Jlm
Public Member Functions | List of all members
jlm::util::SafeEqual< T > Struct Template Reference

#include <intrusive-hash.hpp>

Public Member Functions

bool operator() (const T &a, const T &b) const noexcept(noexcept(std::declval< const T & >()==std::declval< const T & >()))
 

Detailed Description

template<typename T>
struct jlm::util::SafeEqual< T >

Definition at line 99 of file intrusive-hash.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
bool jlm::util::SafeEqual< T >::operator() ( const T &  a,
const T &  b 
) const
inlinenoexcept

Definition at line 102 of file intrusive-hash.hpp.


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