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

#include <core.h>

Classes

union  value
 

Public Member Functions

FMT_CONSTEXPR arg_ref ()
 
FMT_CONSTEXPR arg_ref (basic_string_view< Char > name)
 
FMT_CONSTEXPR arg_ref (int index)
 
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 2101 of file core.h.

Constructor & Destructor Documentation

◆ arg_ref() [1/3]

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

Definition at line 2102 of file core.h.

◆ arg_ref() [2/3]

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

Definition at line 2104 of file core.h.

◆ arg_ref() [3/3]

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

Definition at line 2106 of file core.h.

Member Function Documentation

◆ operator=()

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

Definition at line 2109 of file core.h.

Member Data Documentation

◆ kind

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

Definition at line 2115 of file core.h.

◆ 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:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30