WPILibC++ 2024.3.2
detail::char_converter< Context > Class Template Reference

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

Public Member Functions

 char_converter (basic_format_arg< Context > &arg)
 
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
void operator() (T value)
 
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
void operator() (T)
 

Constructor & Destructor Documentation

◆ char_converter()

template<typename Context >
detail::char_converter< Context >::char_converter ( basic_format_arg< Context > &  arg)
inlineexplicit

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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