Sprout/sprout/string/detail/operations.hpp

9 lines
266 B
C++
Raw Normal View History

#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