Comparator adapter used by HashTable.

Synopsis

Declared in <bslstl_hashtable.h>

template<class COMPARATOR>
struct HashTable_Comparator
    : bslalg::FunctorAdapter<HashTable_ComparatorWrapper<CallableVariable<COMPARATOR>::type>>

Base Classes

Name

Description

bslalg::FunctorAdapter<HashTable_ComparatorWrapper<CallableVariable<COMPARATOR>::type>>

This class provides a metafunction that aliases a callable object to a functor type.

Type Aliases

Name

Description

Type

This typedef is an alias for the functor.

Created with MrDocs