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

#include <Identifier.h>

Inheritance diagram for std::hash< Identifier >:
[legend]

Public Member Functions

size_t operator() (const Identifier &id) const
 

Detailed Description

Definition at line 95 of file Identifier.h.

Member Function Documentation

◆ operator()()

size_t std::hash< Identifier >::operator() ( const Identifier id) const
inline

Definition at line 96 of file Identifier.h.

97 { return hash<wxString>{}( id.GET() ); }

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