Sprout/sprout/string/detail/operations.hpp
bolero-MURAKAMI 1ef8a6a63b add sprout::string_ref
support conversion array-like container iterator to pointer
2013-02-19 02:49:10 +09:00

8 lines
266 B
C++

#ifndef SPROUT_STRING_DETAIL_OPERATIONS_HPP
#define SPROUT_STRING_DETAIL_OPERATIONS_HPP
#include <sprout/config.hpp>
#include <sprout/string/detail/find.hpp>
#include <sprout/string/detail/compare.hpp>
#endif // #ifndef SPROUT_STRING_DETAIL_OPERATIONS_HPP