WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
detail::printf_width_handler Class Reference

#include <fmt/printf.h>

Public Member Functions

 printf_width_handler (format_specs &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()

detail::printf_width_handler::printf_width_handler ( format_specs & specs)
inlineexplicit

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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