galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
std::hash< galaxy::utils::Guid > Struct Reference

Hash specialization template overload for Guid. More...

#include <Guid.hpp>

+ Collaboration diagram for std::hash< galaxy::utils::Guid >:

Public Member Functions

std::size_t operator() (const galaxy::utils::Guid &guid) const
 Hash specialization function for Guid.
 

Detailed Description

Hash specialization template overload for Guid.

Definition at line 99 of file Guid.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< galaxy::utils::Guid >::operator() ( const galaxy::utils::Guid & guid) const
inline

Hash specialization function for Guid.

Definition at line 104 of file Guid.hpp.

+ Here is the call graph for this function:

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