WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
detail::arg_ref< Char > Union Template Reference

#include <fmt/base.h>

Public Member Functions

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

Public Attributes

int index
 
basic_string_view< Char > name
 

Constructor & Destructor Documentation

◆ arg_ref() [1/2]

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

◆ arg_ref() [2/2]

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

Member Data Documentation

◆ index

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

◆ name

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

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