Loading...
Searching...
No Matches
arg_converter< T, Context > Class Template Reference
Detailed Descriptiontemplate<typename T, typename Context>
class internal::arg_converter< T, Context > Member Typedef Documentation◆ char_type
template<typename T , typename Context >
Constructor & Destructor Documentation◆ arg_converter()
template<typename T , typename Context >
Member Function Documentation◆ operator()() [1/3]
template<typename T , typename Context >
Definition at line 82 of file printf.h. References arg_converter< T, Context >::type_. ◆ operator()() [2/3]
template<typename T , typename Context >
template<typename U , FMT_ENABLE_IF(std::is_integral< U >::value) >
Definition at line 87 of file printf.h. References arg_converter< T, Context >::arg_, internal::const_check(), and arg_converter< T, Context >::type_. ◆ operator()() [3/3]
template<typename T , typename Context >
template<typename U , FMT_ENABLE_IF(!std::is_integral< U >::value) >
Member Data Documentation◆ arg_
template<typename T , typename Context >
Definition at line 75 of file printf.h. Referenced by arg_converter< T, Context >::operator()(). ◆ type_
template<typename T , typename Context >
Definition at line 76 of file printf.h. Referenced by arg_converter< T, Context >::operator()(), and arg_converter< T, Context >::operator()().
|