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

#include <core.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 arg_ref< Char >::value

Definition at line 1950 of file core.h.

Constructor & Destructor Documentation

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

Definition at line 1951 of file core.h.

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

Definition at line 1952 of file core.h.

Member Data Documentation

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

Definition at line 1954 of file core.h.

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

Definition at line 1955 of file core.h.


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