Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
std::hash< helios::Uuid > Struct Reference

#include <uuid.hpp>

Public Member Functions

size_t operator() (const helios::Uuid &uuid) const noexcept
 

Detailed Description

Definition at line 196 of file uuid.hpp.

Member Function Documentation

◆ operator()()

size_t std::hash< helios::Uuid >::operator() ( const helios::Uuid uuid) const
inlinenoexcept

Definition at line 197 of file uuid.hpp.

197{ return uuid.Hash(); }
size_t Hash() const noexcept
Compute a hash value for the UUID.
Definition uuid.hpp:87