SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
sc_raw_ostream_t Struct Reference

Public Member Functions

template<typename T >
sc_raw_ostream_toperator<< (T const &rhs)
 
sc_raw_ostream_toperator<< (const char *rhs)
 
template<typename... Args>
sc_raw_ostream_tprint (fmt::format_string< Args... > format, Args &&... args)
 
 sc_raw_ostream_t (std::shared_ptr< std::ostream > os)
 
const sc_raw_ostream_t operator= (std::shared_ptr< std::ostream > os)
 
std::ostream * get_stream ()
 
void vprint (fmt::string_view format, fmt::format_args args)