| 
    libnick 2025.10.0
    
   A cross-platform base for native Nickvision applications. 
   | 
 
A hash value for std::pair. More...
#include <pairhash.h>
Public Member Functions | |
| PairHash () noexcept=default | |
| Constructs a PairHash.   | |
| template<class T1, class T2> | |
| size_t | operator() (const std::pair< T1, T2 > &p) const noexcept | 
| The call operator.   | |
A hash value for std::pair.
      
  | 
  defaultnoexcept | 
Constructs a PairHash.
      
  | 
  inlinenoexcept | 
The call operator.
| p | The std::pair to determine a hash value for |