HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::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 detail::arg_ref::value val
 

Detailed Description

template<typename Char>
struct detail::arg_ref< Char >

Definition at line 2085 of file core.h.

Constructor & Destructor Documentation

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

Definition at line 2086 of file core.h.

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

Definition at line 2088 of file core.h.

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

Definition at line 2090 of file core.h.

Member Function Documentation

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

Definition at line 2093 of file core.h.

Member Data Documentation

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

Definition at line 2099 of file core.h.

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

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