HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::arg_ref< Char >::value Union Reference

#include <core.h>

Public Member Functions

FMT_CONSTEXPR value (int idx=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 2100 of file core.h.

Constructor & Destructor Documentation

template<typename Char>
FMT_CONSTEXPR detail::arg_ref< Char >::value::value ( int  idx = 0)
inline

Definition at line 2101 of file core.h.

template<typename Char>
FMT_CONSTEXPR detail::arg_ref< Char >::value::value ( basic_string_view< Char >  n)
inline

Definition at line 2102 of file core.h.

Member Data Documentation

template<typename Char>
int detail::arg_ref< Char >::value::index

Definition at line 2104 of file core.h.

template<typename Char>
basic_string_view<Char> detail::arg_ref< Char >::value::name

Definition at line 2105 of file core.h.


The documentation for this union was generated from the following file: