#include <format.h>
fmt::internal::FormatterBase::FormatterBase |
( |
const ArgList & |
args | ) |
|
|
inlineexplicitprotected |
bool fmt::internal::FormatterBase::check_no_auto_index |
( |
const char *& |
error | ) |
|
|
inlineprotected |
1852 error =
"cannot switch from automatic to manual argument indexing";
FMT_API Arg fmt::internal::FormatterBase::do_get_arg |
( |
unsigned |
arg_index, |
|
|
const char *& |
error |
|
) |
| |
|
private |
Arg fmt::internal::FormatterBase::get_arg |
( |
unsigned |
arg_index, |
|
|
const char *& |
error |
|
) |
| |
|
inlineprotected |
Arg fmt::internal::FormatterBase::next_arg |
( |
const char *& |
error | ) |
|
|
inlineprotected |
1840 error =
"cannot switch from manual to automatic argument indexing";
MakeUnsigned< Int >::Type to_unsigned(Int value)
Definition: format.h:554
MakeUnsigned< Int >::Type to_unsigned(Int value)
Definition: format.h:554
ArgList fmt::internal::FormatterBase::args_ |
|
private |
int fmt::internal::FormatterBase::next_arg_index_ |
|
private |
The documentation for this class was generated from the following file: