Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
std::hash< Euclid::XYDataset::QualifiedName > Struct Reference

Hash operation for the Euclid::XYDataset::QualifiedName. More...

#include <QualifiedName.h>

Public Member Functions

size_t operator() (const Euclid::XYDataset::QualifiedName &qualifiedName) const
 

Detailed Description

Hash operation for the Euclid::XYDataset::QualifiedName.

This method is implemented so no special hash functions need to be given as template parameters to the unordered collections. It just redirects the call to the QualifiedName function.

Parameters
qualifiedNameThe QualifiedName to get the hash key for
Returns
The hash key of the QualifiedName

Definition at line 223 of file QualifiedName.h.

Member Function Documentation

◆ operator()()

size_t std::hash< Euclid::XYDataset::QualifiedName >::operator() ( const Euclid::XYDataset::QualifiedName qualifiedName) const
inline

Definition at line 224 of file QualifiedName.h.

References Euclid::XYDataset::QualifiedName::hash().

Here is the call graph for this function:

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