VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::format::detail::FormatWriter< CharT, WriterT > 模板类 参考

#include <format.h>

vlink::format::detail::FormatWriter< CharT, WriterT > 的协作图:

Public 成员函数

 FormatWriter (WriterT writer)
void format (std::string_view fmt, BasicFormatArgs< CharT > args)
auto out () const
template<typename W = WriterT>
auto total_size () const -> decltype(std::declval< W >().total_size())
size_t size () const

构造及析构函数说明

◆ FormatWriter()

template<typename CharT, typename WriterT>
vlink::format::detail::FormatWriter< CharT, WriterT >::FormatWriter ( WriterT writer)
inlineexplicit

成员函数说明

◆ format()

template<typename CharT, typename WriterT>
void vlink::format::detail::FormatWriter< CharT, WriterT >::format ( std::string_view fmt,
BasicFormatArgs< CharT > args )
inline
函数调用图:
这是这个函数的调用关系图:

◆ out()

template<typename CharT, typename WriterT>
auto vlink::format::detail::FormatWriter< CharT, WriterT >::out ( ) const
inline
这是这个函数的调用关系图:

◆ size()

template<typename CharT, typename WriterT>
size_t vlink::format::detail::FormatWriter< CharT, WriterT >::size ( ) const
inline

◆ total_size()

template<typename CharT, typename WriterT>
template<typename W = WriterT>
auto vlink::format::detail::FormatWriter< CharT, WriterT >::total_size ( ) const -> decltype(std::declval< W >().total_size())
inline
函数调用图:
这是这个函数的调用关系图:

该类的文档由以下文件生成: