stringtools:一个围绕 snprintf 的小型 C++ 包装器,使其可用于表达式

时间:2024-07-01 05:46:30
【文件属性】:

文件名称:stringtools:一个围绕 snprintf 的小型 C++ 包装器,使其可用于表达式

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-01 05:46:30

C++

#字符串工具 C++ 中常见字符串操作任务的助手。 ##用法 # include < stringtools> using namespace str ; std::string text = format( " hello %s " )( " world " ); std::vector v = split( " , " )( " hello, world " ); std::string hw = join( " " )(v); print ( " abc: " , 1 , 2 , 3 ); // abc: 1 2 3 std::map,std::vector< int>> m{ {{ " one " , true },{ 1 }}, {{ " two " , 0


【文件预览】:
stringtools-master
----SConstruct(525B)
----.travis.yml(212B)
----LICENSE(1KB)
----README.md(478B)
----tests()
--------test.cpp(4KB)
----.gitignore(213B)
----include()
--------stringtools()

网友评论