neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
std::hash< neolib::uuid > Struct Reference

#include <uuid.hpp>

Public Types

typedef neolib::uuid argument_type
 
typedef std::size_t result_type
 

Public Member Functions

result_type operator() (argument_type const &aUuid) const
 

Detailed Description

Definition at line 121 of file uuid.hpp.

Member Typedef Documentation

◆ argument_type

typedef neolib::uuid std::hash< neolib::uuid >::argument_type

Definition at line 123 of file uuid.hpp.

◆ result_type

typedef std::size_t std::hash< neolib::uuid >::result_type

Definition at line 124 of file uuid.hpp.

Member Function Documentation

◆ operator()()

result_type std::hash< neolib::uuid >::operator() ( argument_type const &  aUuid) const
inline

Definition at line 125 of file uuid.hpp.


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