Create a wrapper around the specified comparator fn.
Declared in <bslstl_hashtable.h>
explicit
HashTable_ComparatorWrapper(FUNCTOR& fn);
Create a HashTable_ComparatorWrapper object wrapping a FUNCTOR that is a copy of the specified fn.
| Name | Description |
|---|---|
| fn | comparator functor to wrap |