BloombergLP::bslstl::HashTable_Comparator

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

NameDescription
bslalg::FunctorAdapter<HashTable_ComparatorWrapper<CallableVariable<COMPARATOR>::type>>This class provides a metafunction that defines an alias Type for the parameterized CALLABLE_OBJECT. Type is functor type that provides the same operation as the parameterized CALLABLE_OBJECT. Note that function pointers are supported through a specialization of this template.

Type Aliases

NameDescription
Type This typedef is an alias for the functor.