Clementine
|
Additional Inherited Members | |
![]() | |
using | size_type = int |
using | format_arg = basic_format_arg< wformat_context > |
![]() | |
FMT_INLINE | basic_format_args (const format_arg_store< wformat_context, Args... > &store) |
Constructs a basic_format_args object from ~fmtformat_arg_store . More... | |
FMT_INLINE | basic_format_args (const dynamic_format_arg_store< wformat_context > &store) |
Constructs a basic_format_args object from ~fmtdynamic_format_arg_store . More... | |
basic_format_args (const format_arg *args, int count) | |
Constructs a basic_format_args object from a dynamic set of arguments. More... | |
format_arg | get (int id) const |
Returns the argument with the specified id. More... | |
format_arg | get (basic_string_view< Char > name) const |
int | get_id (basic_string_view< Char > name) const |
int | max_size () const |
![]() | |
const detail::value< wformat_context > * | values_ |
const format_arg * | args_ |