SoPlex Documentation
Loading...
Searching...
No Matches
format_part_array< Char, N > Struct Template Reference

#include <compile.h>

Public Member Functions

FMT_CONSTEXPR format_part_array ()=default
 

Public Attributes

format_part< Char > data [N] = {}
 

Detailed Description

template<typename Char, unsigned N>
struct internal::format_part_array< Char, N >

Definition at line 256 of file compile.h.

Constructor & Destructor Documentation

◆ format_part_array()

template<typename Char , unsigned N>
FMT_CONSTEXPR format_part_array ( )
default

Member Data Documentation

◆ data

template<typename Char , unsigned N>
format_part<Char> data[N] = {}

Definition at line 257 of file compile.h.

Referenced by internal::compile_to_parts().