SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
char_converter< Context > Class Template Reference

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)