Return a reference to the value held by the specified link.
Declared in <bslalg_hashtableimputil.h>
template<class KEY_CONFIG>
static
KEY_CONFIG::ValueType&
extractValue(BidirectionalLink* link);
reference to the extracted value
| Name | Description |
|---|---|
| link | node whose value to extract |