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

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

Public Member Functions

void operator() (typename basic_format_arg< buffer_context< Char > >::handle h) const
 
template<typename T >
void operator() (T) const
 

Public Attributes

basic_format_parse_context< Char > & parse_ctx
 
buffer_context< Char > & ctx
 

Member Function Documentation

◆ operator()() [1/2]

template<typename Char >
template<typename T >
void detail::custom_formatter< Char >::operator() ( ) const
inline

◆ operator()() [2/2]

template<typename Char >
void detail::custom_formatter< Char >::operator() ( typename basic_format_arg< buffer_context< Char > >::handle  h) const
inline

Member Data Documentation

◆ ctx

template<typename Char >
buffer_context<Char>& detail::custom_formatter< Char >::ctx

◆ parse_ctx

template<typename Char >
basic_format_parse_context<Char>& detail::custom_formatter< Char >::parse_ctx

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