WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
detail::format_tuple_element< FormatContext > Struct Template Reference

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