Scippy

SoPlex

Sequential object-oriented simPlex

named_arg_base< Char > Struct Template Reference

#include <core.h>

Public Member Functions

 named_arg_base (basic_string_view< Char > nm)
 
template<typename Context >
basic_format_arg< Context > deserialize () const
 

Public Attributes

basic_string_view< Char > name
 
char data [sizeof(basic_format_arg< buffer_context< Char >>)]
 

Detailed Description

template<typename Char>
struct internal::named_arg_base< Char >

Definition at line 684 of file core.h.

Constructor & Destructor Documentation

◆ named_arg_base()

Definition at line 1352 of file core.h.

Member Function Documentation

◆ deserialize()

basic_format_arg<Context> deserialize ( ) const

Definition at line 1354 of file core.h.

Member Data Documentation

◆ data

char data[sizeof(basic_format_arg< buffer_context< Char >>)]
mutable

Definition at line 1350 of file core.h.

Referenced by arg_mapper< Context >::map().

◆ name

basic_string_view<Char> name

Definition at line 1347 of file core.h.

Referenced by arg_map< basic_format_context >::push_back().