MFEM v4.10.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::TupleHasher Struct Reference

Helper class for hashing std::tuple of hashable types. More...

#include <hash_util.hpp>

Public Member Functions

template<class T >
size_t operator() (const T &v) const noexcept
 

Detailed Description

Helper class for hashing std::tuple of hashable types.

Definition at line 157 of file hash_util.hpp.

Member Function Documentation

◆ operator()()

template<class T >
size_t mfem::TupleHasher::operator() ( const T & v) const
inlinenoexcept

Definition at line 160 of file hash_util.hpp.


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