VIPRA Documentation
Loading...
Searching...
No Matches
detail::arg_converter< T, Context > Class Template Reference

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)
 

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