WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
detail::default_arg_formatter< Char > Struct Template Reference

#include <fmt/format.h>

Public Types

using context = buffered_context<Char>
 

Public Member Functions

void operator() (monostate)
 
template<typename T , FMT_ENABLE_IF(is_builtin< T >::value) >
void operator() (T value)
 
template<typename T , FMT_ENABLE_IF(!is_builtin< T >::value) >
void operator() (T)
 
void operator() (typename basic_format_arg< context >::handle h)
 

Public Attributes

basic_appender< Char > out
 

Member Typedef Documentation

◆ context

template<typename Char >
using detail::default_arg_formatter< Char >::context = buffered_context<Char>

Member Function Documentation

◆ operator()() [1/4]

template<typename Char >
void detail::default_arg_formatter< Char >::operator() ( monostate )
inline

◆ operator()() [2/4]

template<typename Char >
template<typename T , FMT_ENABLE_IF(is_builtin< T >::value) >
void detail::default_arg_formatter< Char >::operator() ( T value)
inline

◆ operator()() [3/4]

template<typename Char >
template<typename T , FMT_ENABLE_IF(!is_builtin< T >::value) >
void detail::default_arg_formatter< Char >::operator() ( T )
inline

◆ operator()() [4/4]

template<typename Char >
void detail::default_arg_formatter< Char >::operator() ( typename basic_format_arg< context >::handle h)
inline

Member Data Documentation

◆ out

template<typename Char >
basic_appender<Char> detail::default_arg_formatter< Char >::out

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