FastFormatC++格式化输出库

联合创作 · 2023-09-28 22:03

FastFormat 是一个C/C++格式化输出的库,输入的参数是类型安全的/范型的/可扩展的。

示例代码:

std::string  fmt0("A c-style string: {0}");
std::string fmt1("A std::string: {0}");
std::string fmt2("A c-style string: {0}, and a std::string: {1}");
std::string fmt3("A c-style string: {1}, and an int: {0}");
浏览 4
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报