MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::PairHasher Struct Reference

Helper class for hashing std::pair. Usable in place of std::hash<std::pair<T,U>> More...

#include <hash.hpp>

Public Member Functions

template<class T , class V >
size_t operator() (const std::pair< T, V > &v) const noexcept
 

Detailed Description

Helper class for hashing std::pair. Usable in place of std::hash<std::pair<T,U>>

Definition at line 494 of file hash.hpp.

Member Function Documentation

◆ operator()()

template<class T , class V >
size_t mfem::PairHasher::operator() ( const std::pair< T, V > & v) const
inlinenoexcept

Definition at line 497 of file hash.hpp.


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