WPILibC++ 2024.3.2
detail::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< Char > &specs)
 
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
auto operator() (T value) -> unsigned
 
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
auto operator() (T) -> unsigned
 

Constructor & Destructor Documentation

◆ printf_width_handler()

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

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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