Loading...
Searching...
No Matches
char_converter< Context > Class Template Reference
Detailed Descriptiontemplate<typename Context>
class detail::char_converter< Context > Constructor & Destructor Documentation◆ char_converter()
template<typename Context >
Member Function Documentation◆ operator()() [1/2]
template<typename Context >
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
Definition at line 135 of file printf.h. References char_converter< Context >::arg_. ◆ operator()() [2/2]
template<typename Context >
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
Member Data Documentation◆ arg_
template<typename Context >
Definition at line 129 of file printf.h. Referenced by char_converter< Context >::operator()().
|