Scippy

SoPlex

Sequential object-oriented simPlex

compiled_format_base< S, enable_if_t< is_compile_string< S >::value > > Struct Template Reference

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

Static Public Attributes

static const unsigned num_format_parts = 1
 

Detailed Description

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

Definition at line 287 of file compile.h.

Member Typedef Documentation

◆ char_type

using char_type = char_t<S>

Definition at line 289 of file compile.h.

◆ parts_container

Definition at line 302 of file compile.h.

Constructor & Destructor Documentation

◆ compiled_format_base()

Member Function Documentation

◆ parts()

const parts_container& parts ( ) const

Definition at line 304 of file compile.h.

References FMT_CONSTEXPR_DECL, and internal::to_string_view().

Member Data Documentation

◆ num_format_parts

const unsigned num_format_parts = 1
static

Definition at line 299 of file compile.h.