|
Rosetta
|
#include <compile.h>

Public Types | |
| using | char_type = char_t< S > |
| using | parts_container = format_part< char_type >[num_format_parts] |
Public Member Functions | |
| FMT_CONSTEXPR | compiled_format_base (basic_string_view< char_type >) |
| const parts_container & | parts () const |
Static Public Attributes | |
| static const unsigned | num_format_parts = 1 |
| using detail::compiled_format_base< S, enable_if_t< is_compile_string< S >::value > >::char_type = char_t<S> |
| using detail::compiled_format_base< S, enable_if_t< is_compile_string< S >::value > >::parts_container = format_part<char_type>[num_format_parts] |
|
inlineexplicit |
|
inline |
|
static |