AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
AMCAX Kernel 1.0.0.0
std::hash< pair< T1, T2 > > Struct Template Reference

Compute a hash value for a pair. More...

#include <common/HashTool.hpp>

Public Member Functions

size_t operator() (const pair< T1, T2 > &pair) const noexcept
 Compute a hash value for a pair. More...
 

Detailed Description

template<typename T1, typename T2>
struct std::hash< pair< T1, T2 > >

Compute a hash value for a pair.

Template Parameters
T1The type of the first value
T2The type of the second value

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
size_t std::hash< pair< T1, T2 > >::operator() ( const pair< T1, T2 > &  pair) const
inlinenoexcept

Compute a hash value for a pair.

Parameters
pairThe pair
Returns
The hash value

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