ATLAS Offline Software
Public Member Functions | List of all members
CxxUtils::ConcurrentPtrSet< VALUE, UPDATER >::Matcher Struct Reference

Matching functional for keys. More...

Collaboration diagram for CxxUtils::ConcurrentPtrSet< VALUE, UPDATER >::Matcher:

Public Member Functions

bool operator() (const val_t a, const val_t b) const
 Compare two keys (as the underlying representation type) for equality. More...
 

Detailed Description

template<class VALUE, template< class > class UPDATER>
struct CxxUtils::ConcurrentPtrSet< VALUE, UPDATER >::Matcher

Matching functional for keys.

Definition at line 525 of file ConcurrentPtrSet.h.

Member Function Documentation

◆ operator()()

template<class VALUE , template< class > class UPDATER>
bool CxxUtils::ConcurrentPtrSet< VALUE, UPDATER >::Matcher::operator() ( const val_t  a,
const val_t  b 
) const

Compare two keys (as the underlying representation type) for equality.


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