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);

Insert a value converted from value, optionally near hint.

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

Return Value

address of the newly inserted node

Parameters

Name

Description

value

source object converted into the inserted value

hint

optional insertion hint node

Created with MrDocs