Constructors

Synopses

Declared in <bslstl_hashtable.h>

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

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

explicit
HashTable_HashWrapper(FUNCTOR const& fn);

Parameters

Name

Description

fn

hash functor to wrap

Created with MrDocs