Scippy

SoPlex

Sequential object-oriented simPlex

compiled_format_base< S, typename > Struct Template Reference

#include <compile.h>

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

using char_type = char_t<S>

Definition at line 241 of file compile.h.

◆ parts_container

Definition at line 242 of file compile.h.

Constructor & Destructor Documentation

◆ compiled_format_base()

compiled_format_base ( basic_string_view< char_type format_str)
explicit

Definition at line 246 of file compile.h.

Member Function Documentation

◆ parts()

const parts_container& parts ( ) const

Definition at line 253 of file compile.h.

Member Data Documentation

◆ compiled_parts

parts_container compiled_parts

Definition at line 244 of file compile.h.