Scippy

SoPlex

Sequential object-oriented simPlex

named_arg< T, Char > Struct Template Reference

#include <core.h>

Public Member Functions

 named_arg (basic_string_view< Char > name, const T &val)
 
- Public Member Functions inherited from named_arg_base< Char >
 named_arg_base (basic_string_view< Char > nm)
 
template<typename Context >
basic_format_arg< Context > deserialize () const
 

Public Attributes

const T & value
 
- Public Attributes inherited from named_arg_base< Char >
basic_string_view< Char > name
 
char data [sizeof(basic_format_arg< buffer_context< Char >>)]
 

Detailed Description

template<typename T, typename Char>
struct internal::named_arg< T, Char >

Definition at line 685 of file core.h.

Constructor & Destructor Documentation

◆ named_arg()

named_arg ( basic_string_view< Char >  name,
const T &  val 
)

Definition at line 1364 of file core.h.

References FMT_ENABLE_IF.

Member Data Documentation

◆ value

const T& value

Definition at line 1362 of file core.h.

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