template <typename OutputIt, typename Char>

class generic_context

Defined at line 3738 of file ../../third_party/fmtlib/src/include/fmt/format.h

A generic formatting context with custom output iterator and character

(code unit) support. Char is the format string code unit type which can be

different from OutputIt::value_type.

Public Methods

void generic_context<OutputIt, Char> (OutputIt out, basic_format_args<generic_context<OutputIt, Char>> args, detail::locale_ref loc)

Defined at line 3752 of file ../../third_party/fmtlib/src/include/fmt/format.h

void generic_context<OutputIt, Char> (generic_context<OutputIt, Char> && )

Defined at line 3756 of file ../../third_party/fmtlib/src/include/fmt/format.h

void generic_context<OutputIt, Char> (const generic_context<OutputIt, Char> & )

Defined at line 3757 of file ../../third_party/fmtlib/src/include/fmt/format.h

void operator= (const generic_context<OutputIt, Char> & )

Defined at line 3758 of file ../../third_party/fmtlib/src/include/fmt/format.h

basic_format_arg<generic_context<OutputIt, Char>> arg (int id)

Defined at line 3760 of file ../../third_party/fmtlib/src/include/fmt/format.h

basic_format_arg<generic_context<OutputIt, Char>> arg (basic_string_view<Char> name)

Defined at line 3763 of file ../../third_party/fmtlib/src/include/fmt/format.h

int arg_id (basic_string_view<Char> name)

Defined at line 3767 of file ../../third_party/fmtlib/src/include/fmt/format.h

iterator out ()

Defined at line 3771 of file ../../third_party/fmtlib/src/include/fmt/format.h

void advance_to (iterator it)

Defined at line 3773 of file ../../third_party/fmtlib/src/include/fmt/format.h

detail::locale_ref locale ()

Defined at line 3777 of file ../../third_party/fmtlib/src/include/fmt/format.h

Enumerations

enum 
Name Value
builtin_types FMT_BUILTIN_TYPES

Defined at line 3750 of file ../../third_party/fmtlib/src/include/fmt/format.h