WPILibC++ 2024.3.2
detail::arg_converter< T, Context > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/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() ( 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() ( )
inline

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