|
Agora
1.2.0
Agora project
|
#include <printf.h>

Public Member Functions | |
| printf_width_handler (format_specs &specs) | |
| template<typename T , enable_if_t<(std::is_integral< T >::value), int > = 0> | |
| unsigned | operator() (T value) |
| template<typename T , enable_if_t<(!std::is_integral< T >::value), int > = 0> | |
| unsigned | operator() (T) |
Private Types | |
| using | format_specs = basic_format_specs< Char > |
Private Attributes | |
| format_specs & | specs_ |
|
private |
|
inlineexplicit |
|
inline |

|
inline |
|
private |