#include <printf.h>
Public Member Functions | |
arg_converter (basic_format_arg< Context > &arg, Char type) | |
void | operator() (bool value) |
template<typename U > | |
std::enable_if< std::is_integral< U >::value >::type | operator() (U value) |
template<typename U > | |
std::enable_if<!std::is_integral< U >::value >::type | operator() (U) |
Private Types | |
typedef Context::char_type | Char |
Private Attributes | |
basic_format_arg< Context > & | arg_ |
Context::char_type | type_ |
|
private |
|
inline |
Definition at line 211 of file printf.h.
|
inline |
|
inline |
Definition at line 221 of file printf.h.
|
inline |
|
private |
|
private |