HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
arg_converter< T, Context > Class Template Reference

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

Detailed Description

template<typename T, typename Context>
class arg_converter< T, Context >

Definition at line 114 of file printf.h.

Constructor & Destructor Documentation

template<typename T , typename Context >
arg_converter< T, Context >::arg_converter ( basic_format_arg< Context > &  arg,
char_type  type 
)
inline

Definition at line 122 of file printf.h.

Member Function Documentation

template<typename T , typename Context >
void arg_converter< T, Context >::operator() ( bool  value)
inline

Definition at line 125 of file printf.h.

template<typename T , typename Context >
template<typename U , FMT_ENABLE_IF(std::is_integral< U >::value) >
void arg_converter< T, Context >::operator() ( value)
inline

Definition at line 130 of file printf.h.

template<typename T , typename Context >
template<typename U , FMT_ENABLE_IF(!std::is_integral< U >::value) >
void arg_converter< T, Context >::operator() ( )
inline

Definition at line 157 of file printf.h.


The documentation for this class was generated from the following file: