SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
arg_data< T, Char, NUM_ARGS, NUM_NAMED_ARGS > Struct Template Reference

Public Member Functions

template<typename... U>
 arg_data (const U &... init)
 
 arg_data (const arg_data &other)=delete
 
auto args () const -> const T *
 
auto named_args () -> named_arg_info< Char > *
 

Public Attributes

args_ [1+(NUM_ARGS !=0 ? NUM_ARGS :+1)]
 
named_arg_info< Char > named_args_ [NUM_NAMED_ARGS]