#include <format.h>

Public Types | |
| using | char_type = typename ParseContext::char_type |
Private Types | |
| using | arg_ref_type = arg_ref< char_type > |
Private Member Functions | |
| FMT_CONSTEXPR arg_ref_type | make_arg_ref (int arg_id) |
| FMT_CONSTEXPR arg_ref_type | make_arg_ref (auto_id) |
| FMT_CONSTEXPR arg_ref_type | make_arg_ref (basic_string_view< char_type > arg_id) |
Private Attributes | |
| ParseContext & | context_ |
| dynamic_format_specs< char_type > & | specs_ |
Additional Inherited Members | |
Protected Attributes inherited from detail::specs_setter< ParseContext::char_type > | |
| basic_format_specs< ParseContext::char_type > & | specs_ |
|
private |
| using detail::dynamic_specs_handler< ParseContext >::char_type = typename ParseContext::char_type |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
private |
|
private |