mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add case_conv algorithms
This commit is contained in:
parent
ef5aa728b0
commit
8885b115f7
83 changed files with 1300 additions and 44 deletions
8
sprout/algorithm/string/case_conv.hpp
Normal file
8
sprout/algorithm/string/case_conv.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_ALGORITHM_STRING_CASE_CONV_HPP
|
||||
#define SPROUT_ALGORITHM_STRING_CASE_CONV_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/algorithm/string/fixed/case_conv.hpp>
|
||||
#include <sprout/algorithm/string/fit/case_conv.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_STRING_CASE_CONV_HPP
|
Loading…
Add table
Add a link
Reference in a new issue