#include <printf.h>
Public Member Functions | |
printf_width_handler (format_specs &spec) | |
template<typename T > | |
std::enable_if< std::is_integral< T >::value, unsigned >::type | operator() (T value) |
template<typename T > | |
std::enable_if<!std::is_integral< T >::value, unsigned >::type | operator() (T) |
Private Types | |
typedef basic_format_specs< Char > | format_specs |
Private Attributes | |
format_specs & | spec_ |
|
private |
|
inlineexplicit |
|
inline |
Definition at line 299 of file printf.h.
|
inline |
Definition at line 314 of file printf.h.
|
private |