template <typename Char, int NUM_ARGS, int NUM_NAMED_ARGS, bool DYNAMIC_NAMES>

class format_string_checker

Defined at line 1679 of file ../../third_party/fmtlib/src/include/fmt/base.h

Public Methods

template <typename... T>
void format_string_checker<Char, NUM_ARGS, NUM_NAMED_ARGS, DYNAMIC_NAMES> (basic_string_view<Char> fmt, arg_pack<T...> )

Defined at line 1690 of file ../../third_party/fmtlib/src/include/fmt/base.h

void on_text (const Char * , const Char * )

Defined at line 1702 of file ../../third_party/fmtlib/src/include/fmt/base.h

int on_arg_id ()

Defined at line 1704 of file ../../third_party/fmtlib/src/include/fmt/base.h

int on_arg_id (int id)

Defined at line 1705 of file ../../third_party/fmtlib/src/include/fmt/base.h

int on_arg_id (basic_string_view<Char> id)

Defined at line 1709 of file ../../third_party/fmtlib/src/include/fmt/base.h

void on_replacement_field (int id, const Char * begin)

Defined at line 1717 of file ../../third_party/fmtlib/src/include/fmt/base.h

const Char * on_format_specs (int id, const Char * begin, const Char * end)

Defined at line 1721 of file ../../third_party/fmtlib/src/include/fmt/base.h

void on_error (const char * message)

Defined at line 1739 of file ../../third_party/fmtlib/src/include/fmt/base.h