chombo-discharge
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PairHash Struct Reference

Simple pair-hashing struct for interfacing into unordered_map. More...

#include <CD_ParticleMap.H>

Public Member Functions

std::size_t operator() (const std::pair< uint32_t, uint32_t > &p) const noexcept
 Hash operator.
 

Detailed Description

Simple pair-hashing struct for interfacing into unordered_map.

Member Function Documentation

◆ operator()()

std::size_t PairHash::operator() ( const std::pair< uint32_t, uint32_t > &  p) const
inlinenoexcept

Hash operator.

Parameters
[in]pPair to hash.
Returns
Hash value.

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