Create a wrapper around a copy of the specified hash functor fn.

Synopsis

Declared in <bslstl_hashtable.h>

explicit
HashTable_HashWrapper(FUNCTOR const& fn);

Description

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

Parameters

Name

Description

fn

hash functor to wrap

Created with MrDocs