|
FMT_CONSTEXPR | compile_parse_context (basic_string_view< Char > format_str, int num_args, const type *types, int next_arg_id=0) |
|
constexpr auto | num_args () const -> int |
|
constexpr auto | arg_type (int id) const -> type |
|
FMT_CONSTEXPR auto | next_arg_id () -> int |
|
FMT_CONSTEXPR void | check_arg_id (int id) |
|
FMT_CONSTEXPR void | check_dynamic_spec (int arg_id) |
|
FMT_CONSTEXPR void | check_arg_id (basic_string_view< Char >) |
|
constexpr | basic_format_parse_context (basic_string_view< Char > format_str, int next_arg_id=0) |
|
constexpr auto | begin () const noexcept -> iterator |
|
constexpr auto | end () const noexcept -> iterator |
| Returns an iterator past the end of the format string range being parsed.
|
|
FMT_CONSTEXPR void | advance_to (iterator it) |
| Advances the begin iterator to it .
|
|
FMT_CONSTEXPR auto | next_arg_id () -> int |
|
FMT_CONSTEXPR void | check_arg_id (int id) |
|
FMT_CONSTEXPR void | check_arg_id (basic_string_view< Char >) |
|
FMT_CONSTEXPR void | check_dynamic_spec (int arg_id) |
|
|
using | char_type = Char |
|
using | iterator = const Char* |
|
The documentation for this class was generated from the following file: