mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-16 10:49:05 +00:00
11 lines
419 B
C++
11 lines
419 B
C++
|
#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
|