class context
Defined at line 2673 of file ../../third_party/fmtlib/src/include/fmt/base.h
A formatting context.
Public Methods
void context (iterator out, format_args args, detail::locale_ref loc)
Constructs a `context` object. References to the arguments are stored
in the object so make sure they have appropriate lifetimes.
Defined at line 2691 of file ../../third_party/fmtlib/src/include/fmt/base.h
void context (context && )
Defined at line 2694 of file ../../third_party/fmtlib/src/include/fmt/base.h
void context (const context & )
Defined at line 2695 of file ../../third_party/fmtlib/src/include/fmt/base.h
void operator= (const context & )
Defined at line 2696 of file ../../third_party/fmtlib/src/include/fmt/base.h
format_arg arg (int id)
Defined at line 2698 of file ../../third_party/fmtlib/src/include/fmt/base.h
format_arg arg (string_view name)
Defined at line 2699 of file ../../third_party/fmtlib/src/include/fmt/base.h
int arg_id (string_view name)
Defined at line 2702 of file ../../third_party/fmtlib/src/include/fmt/base.h
const format_args & args ()
Defined at line 2705 of file ../../third_party/fmtlib/src/include/fmt/base.h
iterator out ()
Returns an iterator to the beginning of the output range.
Defined at line 2708 of file ../../third_party/fmtlib/src/include/fmt/base.h
void advance_to (iterator )
Advances the begin iterator to `it`.
Defined at line 2711 of file ../../third_party/fmtlib/src/include/fmt/base.h
detail::locale_ref locale ()
Defined at line 2713 of file ../../third_party/fmtlib/src/include/fmt/base.h
Enumerations
enum
| Name | Value |
|---|---|
| builtin_types | FMT_BUILTIN_TYPES |
Defined at line 2687 of file ../../third_party/fmtlib/src/include/fmt/base.h