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
Name |
Description |
link |
node whose value to extract |
Created with MrDocs