In‐core value‐semantic iterator over decommissioned indices of an IndexClerk.
Synopsis
Declared in <bdlc_indexclerk.h>
class IndexClerkIter;
Description
This class defines an in‐core value‐semantic iterator providing sequential read‐only access to the decommissioned indices of a IndexClerk. The order of iteration is implementation dependent.
Member Functions
Name |
Description |
|
Constructors |
Assign to this iterator the value of the specified |
|
Return the decommissioned index to which this iterator refers. |
|
Increment this iterator to the next decommissioned index. |
|
Decrement this iterator to the previous decommissioned index. |
|
|
Declare that this type is bitwise copyable. |
Friends
Name |
Description |
Return |
|
Return |
Created with MrDocs