#include <printf.h>
Public Member Functions | |
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 |
printf_width_handler (format_specs< Char > &specs) | |
Private Attributes | |
format_specs< Char > & | specs_ |
|
inlineexplicit |
|
inline |
|
inline |
|
private |