opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
osc::Hasher< std::pair< T1, T2 > > Struct Template Referencefinal

#include <hash_helpers.h>

Public Member Functions

size_t operator() (const std::pair< T1, T2 > &p) const noexcept(noexcept(hash_of(p.first, p.second)))
 

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
size_t osc::Hasher< std::pair< T1, T2 > >::operator() ( const std::pair< T1, T2 > &  p) const
inlinenoexcept

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