WPILibC++ 2024.3.2
detail::arg_ref< Char > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/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
 

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 auto detail::arg_ref< Char >::operator= ( int  idx) -> arg_ref&
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: