#include <HashUtils.hpp>
|
| template<typename T1 , typename T2 > |
| size_t | operator() (const std::pair< T1, T2 > &p) const noexcept |
| |
| template<> |
| size_t | operator() (const std::pair< int, int > &p) const noexcept |
| |
Definition at line 9 of file HashUtils.hpp.
◆ operator()() [1/2]
template<>
| size_t polyfem::utils::HashPair::operator() |
( |
const std::pair< int, int > & |
p | ) |
const |
|
inlinenoexcept |
◆ operator()() [2/2]
template<typename T1 , typename T2 >
| size_t polyfem::utils::HashPair::operator() |
( |
const std::pair< T1, T2 > & |
p | ) |
const |
|
inlinenoexcept |
The documentation for this struct was generated from the following file: