WPILibC++ 2024.3.2
detail::arg_ref< Char >::value Union Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

Public Member Functions

FMT_CONSTEXPR value (int idx=0)
 
FMT_CONSTEXPR value (basic_string_view< Char > n)
 

Public Attributes

int index
 
basic_string_view< Char > name
 

Constructor & Destructor Documentation

◆ value() [1/2]

template<typename Char >
FMT_CONSTEXPR detail::arg_ref< Char >::value::value ( int  idx = 0)
inline

◆ value() [2/2]

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

Member Data Documentation

◆ index

template<typename Char >
int detail::arg_ref< Char >::value::index

◆ name

template<typename Char >
basic_string_view<Char> detail::arg_ref< Char >::value::name

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