Sprout/sprout/algorithm/string/fixed/case_conv.hpp
2013-04-09 19:27:06 +09:00

10 lines
433 B
C++

#ifndef SPROUT_ALGORITHM_STRING_FIXED_CASE_CONV_HPP
#define SPROUT_ALGORITHM_STRING_FIXED_CASE_CONV_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/string/fixed/to_lower_copy.hpp>
#include <sprout/algorithm/string/fixed/to_upper_copy.hpp>
#include <sprout/algorithm/string/fixed/to_lower.hpp>
#include <sprout/algorithm/string/fixed/to_upper.hpp>
#endif // #ifndef SPROUT_ALGORITHM_STRING_FIXED_CASE_CONV_HPP