#include <core.h>
Public Member Functions | |
constexpr auto | arg_type (int id) const -> type |
FMT_CONSTEXPR void | check_arg_id (basic_string_view< Char >) |
FMT_CONSTEXPR void | check_arg_id (int id) |
FMT_CONSTEXPR void | check_arg_id (int id) |
FMT_CONSTEXPR void | check_dynamic_spec (int arg_id) |
FMT_CONSTEXPR | compile_parse_context (basic_string_view< Char > format_str, int num_args, const type *types, int next_arg_id=0) |
FMT_CONSTEXPR auto | next_arg_id () -> int |
constexpr auto | num_args () const -> int |
Public Member Functions inherited from basic_format_parse_context< Char > | |
FMT_CONSTEXPR void | advance_to (iterator it) |
constexpr | basic_format_parse_context (basic_string_view< Char > format_str, int next_arg_id=0) |
constexpr auto | begin () const noexcept -> iterator |
FMT_CONSTEXPR void | check_arg_id (basic_string_view< Char >) |
FMT_CONSTEXPR void | check_arg_id (int id) |
FMT_CONSTEXPR void | check_dynamic_spec (int arg_id) |
constexpr auto | end () const noexcept -> iterator |
FMT_CONSTEXPR auto | next_arg_id () -> int |
Private Types | |
using | base = basic_format_parse_context< Char > |
Private Attributes | |
int | num_args_ |
const type * | types_ |
Additional Inherited Members | |
Public Types inherited from basic_format_parse_context< Char > | |
using | char_type = Char |
using | iterator = const Char * |
|
private |
|
inlineexplicit |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineconstexpr |
|
private |
|
private |