SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Classes | |
class | handle |
Public Member Functions | |
constexpr | operator bool () const FMT_NOEXCEPT |
auto | type () const -> detail::type |
auto | is_integral () const -> bool |
auto | is_arithmetic () const -> bool |
Friends | |
class | basic_format_args< Context > |
class | dynamic_format_arg_store< Context > |
template<typename T , typename Char , size_t NUM_ARGS, size_t NUM_NAMED_ARGS> | |
struct | detail::arg_data |
template<typename ContextType , typename T > | |
FMT_CONSTEXPR auto | detail::make_arg (const T &value) -> basic_format_arg< ContextType > |
template<typename Visitor , typename Ctx > | |
FMT_CONSTEXPR auto | visit_format_arg (Visitor &&vis, const basic_format_arg< Ctx > &arg) -> decltype(vis(0)) |