Scippy

SoPlex

Sequential object-oriented simPlex

arg_ref< Char > Struct Template Reference

#include <format.h>

Classes

union  value
 

Public Member Functions

FMT_CONSTEXPR arg_ref ()
 
FMT_CONSTEXPR arg_ref (int index)
 
FMT_CONSTEXPR arg_ref (basic_string_view< Char > name)
 
FMT_CONSTEXPR arg_refoperator= (int idx)
 

Public Attributes

arg_id_kind kind
 
union internal::arg_ref::value val
 

Detailed Description

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

Definition at line 2191 of file format.h.

Constructor & Destructor Documentation

◆ arg_ref() [1/3]

Definition at line 2192 of file format.h.

◆ arg_ref() [2/3]

FMT_CONSTEXPR arg_ref ( int  index)
explicit

Definition at line 2193 of file format.h.

◆ arg_ref() [3/3]

FMT_CONSTEXPR arg_ref ( basic_string_view< Char >  name)
explicit

Definition at line 2195 of file format.h.

Member Function Documentation

◆ operator=()

FMT_CONSTEXPR arg_ref& operator= ( int  idx)

Definition at line 2198 of file format.h.

Member Data Documentation

◆ kind

Definition at line 2204 of file format.h.

Referenced by internal::handle_dynamic_spec().

◆ val