|
表格线识别通用库文档
|
#include <cstdarg>#include <cstring>#include <string>#include "common/enum.h"#include "common/macro.h"#include "common/type.h"#include "common/base/list.hpp"

命名空间 | |
| namespace | cm |
函数 | |
| std::string | cm::Sprintf (const char *format,...) |
| 格式化输出字符串 | |
| List< std::string > | cm::Ssplit (const std::string &original_str, const char *delimiter) |
| 字符串分割函数 | |