文件名称:format:一个简单的头文件 C++11 std
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-25 07:03:32
C++
格式 一个简单的头文件 C++11 std::string 格式化程序 用法: std::string test = util::Format( " This is a nice string with numbers {0} and strings {1} nicely formatted " , 123 , " hello " ); std::string test = util::Format( " {0, 20} " , " Formatting is nice! " );
【文件预览】:
format-master
----Format.h(2KB)
----.gitignore(3KB)
----README.md(281B)