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);

Created with MrDocs