SoPlex Documentation
Loading...
Searching...
No Matches
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 detail::arg_ref::value val
 

Detailed Description

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

Definition at line 2614 of file format.h.

Constructor & Destructor Documentation

◆ arg_ref() [1/3]

template<typename Char >
FMT_CONSTEXPR arg_ref ( )

Definition at line 2615 of file format.h.

◆ arg_ref() [2/3]

template<typename Char >
FMT_CONSTEXPR arg_ref ( int index)
explicit

Definition at line 2617 of file format.h.

References detail::index.

◆ arg_ref() [3/3]

template<typename Char >
FMT_CONSTEXPR arg_ref ( basic_string_view< Char > name)
explicit

Definition at line 2619 of file format.h.

References detail::name.

Member Function Documentation

◆ operator=()

template<typename Char >
FMT_CONSTEXPR arg_ref & operator= ( int idx)

Definition at line 2622 of file format.h.

Member Data Documentation

◆ kind

template<typename Char >
arg_id_kind kind

Definition at line 2628 of file format.h.

Referenced by detail::handle_dynamic_spec().

◆ val

template<typename Char >
union detail::arg_ref::value val