SoPlex Documentation
Loading...
Searching...
No Matches
named_arg< T, Char > Struct Template Reference

#include <core.h>

Inheritance diagram for named_arg< T, Char >:
named_arg_base< Char >

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 1361 of file core.h.

Constructor & Destructor Documentation

◆ named_arg()

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

Definition at line 1364 of file core.h.

Member Data Documentation

◆ value

template<typename T , typename Char >
const T& value

Definition at line 1362 of file core.h.

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