#include <fmt/printf.h>
◆ printf_width_handler()
detail::printf_width_handler::printf_width_handler |
( |
format_specs & | specs | ) |
|
|
inlineexplicit |
◆ 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: