PolyFEM
Loading...
Searching...
No Matches
polyfem::utils::HashPair Struct Reference

#include <HashUtils.hpp>

Public Member Functions

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
 

Detailed Description

Definition at line 9 of file HashUtils.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<>
size_t polyfem::utils::HashPair::operator() ( const std::pair< int, int > &  p) const
inlinenoexcept

Definition at line 24 of file HashUtils.hpp.

◆ operator()() [2/2]

template<typename T1 , typename T2 >
size_t polyfem::utils::HashPair::operator() ( const std::pair< T1, T2 > &  p) const
inlinenoexcept

Definition at line 12 of file HashUtils.hpp.


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