SoPlex Documentation
Loading...
Searching...
No Matches
arg_ref< Char >::value Union Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR value (int id=0)
 
FMT_CONSTEXPR value (basic_string_view< Char > n)
 

Public Attributes

int index
 
basic_string_view< Char > name
 

Detailed Description

template<typename Char>
union internal::arg_ref< Char >::value

Definition at line 2205 of file format.h.

Constructor & Destructor Documentation

◆ value() [1/2]

template<typename Char >
FMT_CONSTEXPR value ( int id = 0)

Definition at line 2206 of file format.h.

References internal::index.

◆ value() [2/2]

template<typename Char >
FMT_CONSTEXPR value ( basic_string_view< Char > n)

Definition at line 2207 of file format.h.

References internal::name.

Member Data Documentation

◆ index

template<typename Char >
int index

Definition at line 2209 of file format.h.

Referenced by internal::handle_dynamic_spec().

◆ name

template<typename Char >
basic_string_view<Char> name

Definition at line 2210 of file format.h.

Referenced by internal::handle_dynamic_spec().