#include <printf.h>
Public Member Functions | |
char_converter (basic_format_arg< Context > &arg) | |
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > | |
void | operator() (T value) |
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) > | |
void | operator() (T) |
Private Attributes | |
basic_format_arg< Context > & | arg_ |
|
inlineexplicit |
|
inline |
|
inline |
|
private |