DHART
|
Template specialization of std::hash for using std::array<numeric_type, 3>. More...
#include <meshinfo.h>
Public Member Functions | |
std::size_t | operator() (const std::array< T, 3 > &k) const |
Calculate a hash for k. More... | |
Template specialization of std::hash for using std::array<numeric_type, 3>.
Definition at line 59 of file meshinfo.h.
|
inline |
Calculate a hash for k.
k | Reference to an array of coordinates (x, y, z) |
Combines the hash of x,y,and z.
Definition at line 77 of file meshinfo.h.
References std::array_hash_combine_impl().