Sprout/sprout/algorithm/string/fit/case_conv.hpp

11 lines
419 B
C++
Raw Normal View History

2013-04-09 10:27:06 +00:00
#ifndef SPROUT_ALGORITHM_STRING_FIT_CASE_CONV_HPP
#define SPROUT_ALGORITHM_STRING_FIT_CASE_CONV_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/string/fit/to_lower_copy.hpp>
#include <sprout/algorithm/string/fit/to_upper_copy.hpp>
#include <sprout/algorithm/string/fit/to_lower.hpp>
#include <sprout/algorithm/string/fit/to_upper.hpp>
#endif // #ifndef SPROUT_ALGORITHM_STRING_FIT_CASE_CONV_HPP