Rosetta
Classes | Public Member Functions | Public Attributes | List of all members
detail::arg_ref< Char > Struct Template Reference

#include <format.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 arg_refoperator= (int idx)
 

Public Attributes

arg_id_kind kind
 
union detail::arg_ref::value val
 

Constructor & Destructor Documentation

◆ arg_ref() [1/3]

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

◆ arg_ref() [2/3]

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

◆ arg_ref() [3/3]

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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ kind

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

◆ val

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

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