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

Public Member Functions

 printf_width_handler (format_specs &specs)
 
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
unsigned operator() (T value)
 
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
unsigned operator() (T)