Set the last element of this bucket to the specified node.
Synopsis
Declared in <bslalg_hashtablebucket.h>
void
setLast(BidirectionalLink* node);
Description
The behavior is undefined unless node is an element from the same bidirectional list as the first element in this bucket, and node either follows first in that list, or is the same node, or this bucket is empty and node has a null pointer value.
Parameters
Name |
Description |
node |
new last element of this bucket |
Created with MrDocs