SoPlex Documentation
Loading...
Searching...
No Matches
compiled_format_base< S, enable_if_t< is_compile_string< S >::value > > Struct Template Reference

#include <compile.h>

Inheritance diagram for compiled_format_base< S, enable_if_t< is_compile_string< S >::value > >:
basic_compiled_format

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
 

Detailed Description

template<typename S>
struct detail::compiled_format_base< S, enable_if_t< is_compile_string< S >::value > >

Definition at line 322 of file compile.h.

Member Typedef Documentation

◆ char_type

template<typename S >
using char_type = char_t<S>

Definition at line 324 of file compile.h.

◆ parts_container

template<typename S >
using parts_container = format_part<char_type>[num_format_parts]

Definition at line 337 of file compile.h.

Constructor & Destructor Documentation

◆ compiled_format_base()

template<typename S >
FMT_CONSTEXPR compiled_format_base ( basic_string_view< char_type > )
explicit

Definition at line 326 of file compile.h.

Member Function Documentation

◆ parts()

template<typename S >
const parts_container & parts ( ) const

Member Data Documentation

◆ num_format_parts

template<typename S >
const unsigned num_format_parts = 1
static

Definition at line 334 of file compile.h.