ATLAS Offline Software
Loading...
Searching...
No Matches
CxxUtils::ConcurrentStrToValMap< VALUE, UPDATER >::Matcher Struct Reference

Matching functional for keys. More...

Collaboration diagram for CxxUtils::ConcurrentStrToValMap< 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.

Detailed Description

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

Matching functional for keys.

Definition at line 778 of file ConcurrentStrToValMap.h.

Member Function Documentation

◆ operator()()

template<class VALUE, template< class > class UPDATER>
bool CxxUtils::ConcurrentStrToValMap< 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: