BloombergLP::bslalg::HashTableImpUtil::extractValue

Return a reference to the value held by the specified link.

Synopsis

Declared in <bslalg_hashtableimputil.h>

template<class KEY_CONFIG>
static
KEY_CONFIG::ValueType&
extractValue(BidirectionalLink* link);

Return Value

reference to the extracted value

Parameters

NameDescription
linknode whose value to extract