HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
arg_ref< Char > Struct Template Reference

#include <core.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 auto operator= (int idx) -> arg_ref &
 

Public Attributes

arg_id_kind kind
 
union arg_ref::value val
 

Detailed Description

template<typename Char>
struct arg_ref< Char >

Definition at line 1935 of file core.h.

Constructor & Destructor Documentation

template<typename Char>
FMT_CONSTEXPR arg_ref< Char >::arg_ref ( )
inline

Definition at line 1936 of file core.h.

template<typename Char>
FMT_CONSTEXPR arg_ref< Char >::arg_ref ( int  index)
inlineexplicit

Definition at line 1938 of file core.h.

template<typename Char>
FMT_CONSTEXPR arg_ref< Char >::arg_ref ( basic_string_view< Char >  name)
inlineexplicit

Definition at line 1940 of file core.h.

Member Function Documentation

template<typename Char>
FMT_CONSTEXPR auto arg_ref< Char >::operator= ( int  idx) -> arg_ref&
inline

Definition at line 1943 of file core.h.

Member Data Documentation

template<typename Char>
arg_id_kind arg_ref< Char >::kind

Definition at line 1949 of file core.h.

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

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