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