HDK
|
#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) |
|
inline |
|
inline |
|
inline |
|
inline |