![]() |
MFEM v4.8.0
Finite element discretization library
|
Hashes variadic packs for which each type contained in the variadic pack has a specialization of std::hash
available.
More...
#include <kernel_dispatch.hpp>
Public Member Functions | |
size_t | operator() (std::tuple< KernelParameters... > value) const |
Returns the hash of the given value. | |
Hashes variadic packs for which each type contained in the variadic pack has a specialization of std::hash
available.
For example, packs containing int, bool, enum values, etc.
Definition at line 93 of file kernel_dispatch.hpp.
|
inline |
Returns the hash of the given value.
Definition at line 111 of file kernel_dispatch.hpp.