SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
string.hpp
Go to the documentation of this file.
1 /*
2 Copyright© 2014 Akihiro Nishimura
3 
4 This software is released under the MIT License.
5 http://opensource.org/licenses/mit-license.php
6 */
7 
8 #ifndef SIG_UTIL_STRING_HPP
9 #define SIG_UTIL_STRING_HPP
10 
11 #include "string/manipulate.hpp"
12 #include "string/regex.hpp"
13 #include "string/convert.hpp"
14 #include "string/replace.hpp"
15 
16 #endif
文字列処理ユーティリティ
文字コード変換
正規表現ユーティリティ