Create a wrapper around the specified comparator fn.

Synopsis

Declared in <bslstl_hashtable.h>

explicit
HashTable_ComparatorWrapper(FUNCTOR& fn);

Description

Create a HashTable_ComparatorWrapper object wrapping a FUNCTOR that is a copy of the specified fn.

Parameters

Name

Description

fn

comparator functor to wrap

Created with MrDocs