Audacity 3.2.0
Public Member Functions | List of all members
std::hash< audacity::Uuid > Struct Reference

#include <Uuid.h>

Public Member Functions

std::size_t operator() (const audacity::Uuid &uuid) const noexcept
 

Detailed Description

Definition at line 85 of file Uuid.h.

Member Function Documentation

◆ operator()()

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

Definition at line 87 of file Uuid.h.

88 {
89 return uuid.GetHash();
90 }
std::size_t GetHash() const noexcept
Definition: Uuid.cpp:252

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