BloombergLP::bslstl::HashTable::insert

insert overloads

Synopses

Declared in <bslstl_hashtable.h>

Insert a value converted from value and return its node.

template<class SOURCE_TYPE>
bslalg::BidirectionalLink*
insert(SOURCE_TYPE&& value);
» more...

Insert a value converted from value, optionally near hint.

template<class SOURCE_TYPE>
bslalg::BidirectionalLink*
insert(
    SOURCE_TYPE&& value,
    bslalg::BidirectionalLink* hint);
» more...

Return Value

address of the newly inserted node

Parameters

NameDescription
valuesource object converted into the inserted value
hintoptional insertion hint node