Set first and last to the specified values.

Synopsis

Declared in <bslalg_hashtablebucket.h>

void
setFirstAndLast(
    BidirectionalLink* first,
    BidirectionalLink* last);

Description

Behavior is undefined unless first == last, or unless first and last are links from the same list, where first precedes last in the list. Note that first and last may both have a null pointer value, indicating an empty bucket.

Parameters

Name

Description

first

new first element of this bucket

last

new last element of this bucket

Created with MrDocs