Constructors
Synopses
Declared in <bslalg_dequeiterator.h>
Create a singular iterator (i.e., having internal null pointers).
Create an iterator pointing to the first element in the block pointed to by the specified blockPtrPtr.
explicit
DequeIterator(BlockPtr* blockPtrPtr);
Create an iterator pointing to the element at the specified valuePtr address in the block pointed to by the specified blockPtrPtr. The behavior is undefined unless valuePtr points into the block *blockPtrPtr.
DequeIterator(
BlockPtr* blockPtrPtr,
VALUE_TYPE* valuePtr);
Created with MrDocs