|
ZCLibLog
|
基于C++20的"std::format"的编译期格式化接口 更多...
#include <format.hpp>


静态 Public 成员函数 | |
| template<typename... Args> | |
| static std::string | do_format (FLogPack pack, std::format_string< Args... > &&fmt, Args &&... args) |
额外继承的成员函数 | |
Public 成员函数 继承自 ZCLibLog::format_apis::stdcxx20format | |
| ZCLibLog_Format_API (stdcxx20format) | |
Protected 类型 继承自 ZCLibLog::format_api | |
| using | FLogPack = FLogPack |
| 简化写法 | |
| using | FLString = FLString |
| 简化写法 | |
| using | LogLevel = LogLevel |
| 简化写法 | |
基于C++20的"std::format"的编译期格式化接口
|
inlinestatic |