Loading...
Searching...
No Matches
format_handler< OutputIt, Char, Context > Struct Template Reference
Inheritance diagram for format_handler< OutputIt, Char, Context >:
![]()
Detailed Descriptiontemplate<typename OutputIt, typename Char, typename Context>
struct detail::format_handler< OutputIt, Char, Context > Constructor & Destructor Documentation◆ format_handler()
template<typename OutputIt , typename Char , typename Context >
Member Function Documentation◆ on_arg_id() [1/3]
template<typename OutputIt , typename Char , typename Context >
Definition at line 3067 of file format.h. References basic_format_parse_context< Char, ErrorHandler >::next_arg_id(). ◆ on_arg_id() [2/3]
template<typename OutputIt , typename Char , typename Context >
◆ on_arg_id() [3/3]
template<typename OutputIt , typename Char , typename Context >
Definition at line 3068 of file format.h. References basic_format_parse_context< Char, ErrorHandler >::check_arg_id(). ◆ on_format_specs()
template<typename OutputIt , typename Char , typename Context >
Definition at line 3083 of file format.h. References advance_to(), arg(), basic_format_parse_context< Char, ErrorHandler >::begin(), detail::get_arg(), detail::is_ascii_letter(), detail::parse_format_specs(), basic_format_specs< Char >::type, and visit_format_arg(). ◆ on_replacement_field()
template<typename OutputIt , typename Char , typename Context >
Definition at line 3075 of file format.h. References arg(), detail::get_arg(), default_arg_formatter< OutputIt, Char >::out, and visit_format_arg(). ◆ on_text()
template<typename OutputIt , typename Char , typename Context >
Definition at line 3059 of file format.h. References detail::reserve(), and detail::to_unsigned(). Member Data Documentation◆ context
template<typename OutputIt , typename Char , typename Context >
◆ parse_context
template<typename OutputIt , typename Char , typename Context >
|