enum_name
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
basic_printf_context< Char > Class Template Reference

Public Types

using char_type = Char
 
using parse_context_type = basic_format_parse_context<Char>
 
template<typename T >
using formatter_type = printf_formatter<T>
 

Public Member Functions

 basic_printf_context (detail::buffer_appender< Char > out, basic_format_args< basic_printf_context > args)
 
auto out () -> detail::buffer_appender< Char >
 
void advance_to (detail::buffer_appender< Char >)
 
auto locale () -> detail::locale_ref
 
auto arg (int id) const -> basic_format_arg< basic_printf_context >
 
FMT_CONSTEXPR void on_error (const char *message)
 

Constructor & Destructor Documentation

◆ basic_printf_context()

template<typename Char >
basic_printf_context< Char >::basic_printf_context ( detail::buffer_appender< Char > out,
basic_format_args< basic_printf_context< Char > > args )
inline

\rst Constructs a printf_context object. References to the arguments are stored in the context object so make sure they have appropriate lifetimes. \endrst


The documentation for this class was generated from the following file: