#include <format.h>
|
| | FormatWriter (WriterT writer) |
| |
| void | format (std::string_view fmt, BasicFormatArgs< CharT > args) |
| |
| auto | out () const |
| |
| template<typename WriterImplT = WriterT> |
| auto | total_size () const -> decltype(std::declval< WriterImplT >().total_size()) |
| |
| size_t | size () const |
| |
◆ FormatWriter()
template<typename CharT , typename WriterT >
◆ format()
template<typename CharT , typename WriterT >
◆ out()
template<typename CharT , typename WriterT >
◆ size()
template<typename CharT , typename WriterT >
◆ total_size()
template<typename CharT , typename WriterT >
template<typename WriterImplT = WriterT>
The documentation for this class was generated from the following file: