Roboruka
Knihovna pro obsluhu RoboRuky.
Veřejné metody | Seznam všech členů
Dokumentace šablony třídy arg_formatter< Range >

#include <format.h>

Dědí z bázové třídy internal::arg_formatter_base< Range, ErrorHandler >.

Veřejné metody

 arg_formatter (context_type &ctx, basic_format_parse_context< char_type > *parse_ctx=nullptr, format_specs *specs=nullptr)
 
iterator operator() (typename basic_format_arg< context_type >::handle handle)
 

Detailní popis

template<typename Range>
class arg_formatter< Range >

The default argument formatter.

Dokumentace konstruktoru a destruktoru

◆ arg_formatter()

template<typename Range >
arg_formatter< Range >::arg_formatter ( context_type &  ctx,
basic_format_parse_context< char_type > *  parse_ctx = nullptr,
format_specs *  specs = nullptr 
)
inlineexplicit

\rst Constructs an argument formatter object. ctx* is a reference to the formatting context, specs* contains format specifier information for standard argument types. \endrst

Dokumentace k metodám

◆ operator()()

template<typename Range >
iterator arg_formatter< Range >::operator() ( typename basic_format_arg< context_type >::handle  handle)
inline

Formats an argument of a user-defined type.


Dokumentace pro tuto třídu byla vygenerována z následujícího souboru: