WPILibC++ 2024.3.2
detail::format_tuple_element< FormatContext > Struct Template Reference

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

Public Types

using char_type = typename FormatContext::char_type
 

Public Member Functions

template<typename T >
void operator() (const formatter< T, char_type > &f, const T &v)
 

Public Attributes

int i
 
FormatContext & ctx
 
basic_string_view< char_typeseparator
 

Member Typedef Documentation

◆ char_type

template<typename FormatContext >
using detail::format_tuple_element< FormatContext >::char_type = typename FormatContext::char_type

Member Function Documentation

◆ operator()()

template<typename FormatContext >
template<typename T >
void detail::format_tuple_element< FormatContext >::operator() ( const formatter< T, char_type > &  f,
const T &  v 
)
inline

Member Data Documentation

◆ ctx

template<typename FormatContext >
FormatContext& detail::format_tuple_element< FormatContext >::ctx

◆ i

template<typename FormatContext >
int detail::format_tuple_element< FormatContext >::i

◆ separator

template<typename FormatContext >
basic_string_view<char_type> detail::format_tuple_element< FormatContext >::separator

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