Constructors

Synopses

Declared in <bslstl_hashtable.h>

Create a HashTable_ComparatorWrapper object wrapping a FUNCTOR that has its default value.

Create a wrapper around a copy of the specified comparator fn.

explicit
HashTable_ComparatorWrapper(FUNCTOR const& fn);

Parameters

Name

Description

fn

comparator functor to wrap

Created with MrDocs