add convert_array, to_string_array

This commit is contained in:
bolero-MURAKAMI 2013-08-03 20:03:13 +09:00
parent d8cb7a7887
commit f8bfa6eeba
4 changed files with 56 additions and 0 deletions

View file

@ -5,5 +5,7 @@
#include <sprout/string/string.hpp>
#include <sprout/string/int_to_string.hpp>
#include <sprout/string/float_to_string.hpp>
#include <sprout/string/to_string_value.hpp>
#include <sprout/string/to_string_array.hpp>
#endif // #ifndef SPROUT_STRING_TO_STRING_HPP