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

Public Member Functions

constexpr uint128_wrapper (uint64_t high, uint64_t low) FMT_NOEXCEPT
 
constexpr uint64_t high () const FMT_NOEXCEPT
 
constexpr uint64_t low () const FMT_NOEXCEPT
 
uint128_wrapperoperator+= (uint64_t n) FMT_NOEXCEPT
 

Public Attributes

uint64_t high_
 
uint64_t low_