Rosetta
Public Types | Public Member Functions | Static Public Attributes | List of all members
detail::compiled_format_base< S, enable_if_t< is_compile_string< S >::value > > Struct Template Reference

#include <compile.h>

Inheritance diagram for detail::compiled_format_base< S, enable_if_t< is_compile_string< S >::value > >:
Inheritance graph
[legend]

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_containerparts () const
 

Static Public Attributes

static const unsigned num_format_parts = 1
 

Member Typedef Documentation

◆ char_type

template<typename S >
using detail::compiled_format_base< S, enable_if_t< is_compile_string< S >::value > >::char_type = char_t<S>

◆ parts_container

Constructor & Destructor Documentation

◆ compiled_format_base()

Member Function Documentation

◆ parts()

template<typename S >
const parts_container& detail::compiled_format_base< S, enable_if_t< is_compile_string< S >::value > >::parts ( ) const
inline

Member Data Documentation

◆ num_format_parts

template<typename S >
const unsigned detail::compiled_format_base< S, enable_if_t< is_compile_string< S >::value > >::num_format_parts = 1
static

The documentation for this struct was generated from the following file: