Return how many elements remain in this block from the current position.
Synopsis
Declared in <bslalg_dequeiterator.h>
std::size_t
remainingInBlock() const;
Description
Return the number of elements in the block pointed to by this iterator, until the end of this block, starting at (and including) the element pointed to by this iterator.
Return Value
number of elements remaining in the current block
Created with MrDocs