engine-mk1
Public Member Functions | Public Attributes | List of all members
UUID64 Struct Reference

Public Member Functions

bool operator!= (const UUID64 &rhs) const noexcept
 

Public Attributes

std::uint64_t uuid
 
 noexcept
 
std::seed_seq s { r(), r(), r(), r(), r(), r(), r(), r() }
 
std::mt19937_64 e { s }
 
auto random = e()
 
 uuid = random
 
noexcept __pad0__: uuid{ id } {} bool operator==(const UUID64 &rhs) const noexcept { return uuid == rhs.uuid
 

Member Data Documentation

UUID64::noexcept
Initial value:
{
std::random_device r

The documentation for this struct was generated from the following file: