|
FMT_CONSTEXPR | compile_parse_context (basic_string_view< Char > format_str, int num_args=max_value< int >(), ErrorHandler eh={}) |
|
FMT_CONSTEXPR int | next_arg_id () |
|
FMT_CONSTEXPR void | check_arg_id (int id) |
|
constexpr | basic_format_parse_context (basic_string_view< Char > format_str, ErrorHandler eh={}, int next_arg_id=0) |
|
constexpr iterator | begin () const FMT_NOEXCEPT |
| Returns an iterator to the beginning of the format string range being parsed.
|
|
constexpr iterator | end () const FMT_NOEXCEPT |
| 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 . More...
|
|
FMT_CONSTEXPR int | next_arg_id () |
| Reports an error if using the manual argument indexing; otherwise returns the next argument index and switches to the automatic indexing.
|
|
FMT_CONSTEXPR void | check_arg_id (int) |
| Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing.
|
|
FMT_CONSTEXPR void | check_arg_id (basic_string_view< Char >) |
|
FMT_CONSTEXPR void | on_error (const char *message) |
|
constexpr ErrorHandler | error_handler () const |
|
The documentation for this class was generated from the following file:
- Thirdparty/spdlog/include/spdlog/fmt/bundled/format.h