WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
detail::arg_converter< T, Context > Class Template Reference

#include <fmt/printf.h>

Public Member Functions

 arg_converter (basic_format_arg< Context > &arg, char_type type)
 
void operator() (bool value)
 
template<typename U , FMT_ENABLE_IF(std::is_integral< U >::value) >
void operator() (U value)
 
template<typename U , FMT_ENABLE_IF(!std::is_integral< U >::value) >
void operator() (U)
 

Constructor & Destructor Documentation

◆ arg_converter()

template<typename T , typename Context >
detail::arg_converter< T, Context >::arg_converter ( basic_format_arg< Context > & arg,
char_type type )
inline

Member Function Documentation

◆ operator()() [1/3]

template<typename T , typename Context >
void detail::arg_converter< T, Context >::operator() ( bool value)
inline

◆ operator()() [2/3]

template<typename T , typename Context >
template<typename U , FMT_ENABLE_IF(std::is_integral< U >::value) >
void detail::arg_converter< T, Context >::operator() ( U value)
inline

◆ operator()() [3/3]

template<typename T , typename Context >
template<typename U , FMT_ENABLE_IF(!std::is_integral< U >::value) >
void detail::arg_converter< T, Context >::operator() ( U )
inline

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