Remove the entry at the specified position.

Synopsis

Declared in <bdlc_flathashtable.h>

Description

Remove from this table the object at the specified position, and return an iterator referring to the element immediately following the removed element, or to the past‐the‐end position if the removed element was the last element in the sequence of elements maintained by this table. This method invalidates all iterators, and references to the removed element. The behavior is undefined unless position refers to an object in this table.

Return Value

iterator following the erased entry

Parameters

Name

Description

position

iterator to the entry to remove

Created with MrDocs