ZCLibLog
载入中...
搜索中...
未找到
静态 Public 成员函数 | 所有成员列表
ZCLibLog::formatters::format结构体 参考

基于C++20的"std::format"的编译期格式化接口 更多...

#include <format.hpp>

类 ZCLibLog::formatters::format 继承关系图:
Inheritance graph
ZCLibLog::formatters::format 的协作图:
Collaboration graph

静态 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"的编译期格式化接口

作者
wanjiangzhi

成员函数说明

◆ do_format()

template<typename... Args>
static std::string ZCLibLog::formatters::format::do_format ( FLogPack pack,
std::format_string< Args... > && fmt,
Args &&... args )
inlinestatic

该结构体的文档由以下文件生成: