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

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

#include <hash.hpp>

Public Member Functions

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

Detailed Description

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

Definition at line 510 of file hash.hpp.

Member Function Documentation

◆ operator()()

template<class T , size_t N>
size_t mfem::ArrayHasher::operator() ( const std::array< T, N > & v) const
inlinenoexcept

Definition at line 513 of file hash.hpp.


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