#include <printf.h>
Public Member Functions | |
arg_converter (basic_format_arg< Context > &arg, char_type type) | |
void | operator() (bool value) |
template<typename U , FMT_ENABLE_IF(std::is_integral< U >::value) > | |
void | operator() (U value) |
template<typename U , FMT_ENABLE_IF(!std::is_integral< U >::value) > | |
void | operator() (U) |
Private Types | |
using | char_type = typename Context::char_type |
Private Attributes | |
basic_format_arg< Context > & | arg_ |
char_type | type_ |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |