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.
Synopsis
Declared in <bdlc_indexclerk.h>
class IndexClerkIter;
Member Functions
Name |
Description |
|
Constructors |
Create an iterator having the same value as the specified |
|
Return the value of the integer to which this iterator currently refers. The behavior is undefined unless the iterator is within the range |
|
Increment this iterator to refer to the next index in the corresponding sequence of decommissioned indices. Return a reference to this modifiable iterator. The behavior is undefined unless the current index is within the range |
|
Decrement this iterator to refer to the previous index in the corresponding sequence of decommissioned indices. Return a reference to this modifiable iterator. The behavior is undefined unless the current index is within the range |
|
|
Declare that this type is bitwise copyable. |
Friends
Name |
Description |
Return |
|
Return |
Created with MrDocs