Return an iterator to the first decommissioned index, or end().

Synopsis

Declared in <bdlc_indexclerk.h>

IndexClerkIter
begin() const;

Description

Return a IndexClerkIter referring to the first index returned to this IndexClerk that is currently unused, or end() if there are currently no decommissioned indices.

Return Value

iterator to the first decommissioned index, or end()

Created with MrDocs