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