PolyFEM
Loading...
Searching...
No Matches
polyfem::utils::HashUnorderedArray< T, N > Struct Template Reference

Hash function for an array where the order does not matter. More...

#include <HashUtils.hpp>

Public Member Functions

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

Detailed Description

template<typename T, int N>
struct polyfem::utils::HashUnorderedArray< T, N >

Hash function for an array where the order does not matter.

Definition at line 34 of file HashUtils.hpp.

Member Function Documentation

◆ operator()()

template<typename T , int N>
size_t polyfem::utils::HashUnorderedArray< T, N >::operator() ( std::array< T, N >  v) const
inlinenoexcept

Definition at line 36 of file HashUtils.hpp.


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