WPILibC++ 2023.4.3-108-ge5452e3
printf_width_handler< Char > Class Template Reference

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

Public Member Functions

 printf_width_handler (format_specs &specs)
 
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
unsigned operator() (T value)
 
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
unsigned operator() (T)
 

Constructor & Destructor Documentation

◆ printf_width_handler()

template<typename Char >
printf_width_handler< Char >::printf_width_handler ( format_specs specs)
inlineexplicit

Member Function Documentation

◆ operator()() [1/2]

template<typename Char >
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
unsigned printf_width_handler< Char >::operator() ( value)
inline

◆ operator()() [2/2]

template<typename Char >
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
unsigned printf_width_handler< Char >::operator() ( )
inline

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