Agora  1.2.0
Agora project
fmt::v8::detail::arg_ref< Char > Struct Template Reference

#include <core.h>

Collaboration diagram for fmt::v8::detail::arg_ref< Char >:

Classes

union  value
 

Public Member Functions

 arg_ref ()
 
 arg_ref (int index)
 
 arg_ref (basic_string_view< Char > name)
 
auto operator= (int idx) -> arg_ref &
 

Public Attributes

arg_id_kind kind
 
union fmt::v8::detail::arg_ref::value val
 

Constructor & Destructor Documentation

◆ arg_ref() [1/3]

template<typename Char >
fmt::v8::detail::arg_ref< Char >::arg_ref ( )
inline

◆ arg_ref() [2/3]

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

◆ arg_ref() [3/3]

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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ kind

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

◆ val

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

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