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 detail::arg_ref< Char >::value

Definition at line 2629 of file format.h.

Constructor & Destructor Documentation

◆ value() [1/2]

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

Definition at line 2630 of file format.h.

References detail::index.

◆ value() [2/2]

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

Definition at line 2631 of file format.h.

References detail::name.

Member Data Documentation

◆ index

template<typename Char >
int index

Definition at line 2633 of file format.h.

Referenced by detail::handle_dynamic_spec().

◆ name

template<typename Char >
basic_string_view<Char> name

Definition at line 2634 of file format.h.

Referenced by detail::handle_dynamic_spec().