SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
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)