SoPlex Documentation
Loading...
Searching...
No Matches
compiled_format_base< S, typename > Struct Template Reference

#include <compile.h>

Inheritance diagram for compiled_format_base< S, typename >:
basic_compiled_format compiled_format< S, Args >

Public Types

using char_type = char_t<S>
 
using parts_container = std::vector<internal::format_part<char_type>>
 

Public Member Functions

 compiled_format_base (basic_string_view< char_type > format_str)
 
const parts_containerparts () const
 

Public Attributes

parts_container compiled_parts
 

Detailed Description

template<typename S, typename = void>
struct internal::compiled_format_base< S, typename >

Definition at line 240 of file compile.h.

Member Typedef Documentation

◆ char_type

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

Definition at line 241 of file compile.h.

◆ parts_container

template<typename S , typename = void>
using parts_container = std::vector<internal::format_part<char_type>>

Definition at line 242 of file compile.h.

Constructor & Destructor Documentation

◆ compiled_format_base()

template<typename S , typename = void>
compiled_format_base ( basic_string_view< char_type > format_str)
explicit

Definition at line 246 of file compile.h.

References compiled_format_base< S, typename >::compiled_parts.

Member Function Documentation

◆ parts()

template<typename S , typename = void>
const parts_container & parts ( ) const

Definition at line 253 of file compile.h.

References compiled_format_base< S, typename >::compiled_parts.

Member Data Documentation

◆ compiled_parts