Constructors
Synopses
Declared in <bdlc_indexclerk.h>
Create an unbound iterator.
Create an iterator having the same value as the specified original iterator.
IndexClerkIter(IndexClerkIter const& original);
Create an iterator referring to the specified integer index.
IndexClerkIter(int const* index);
Parameters
Name |
Description |
original |
iterator providing the value to copy |
index |
pointer to the index this iterator will refer to |
Created with MrDocs