[#BloombergLP-bslalg-DequeIterator-0d-remainingInBlock] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/DequeIterator-0d.adoc[DequeIterator]::remainingInBlock :relfileprefix: ../../../ :mrdocs: Return how many elements remain in this block from the current position. == Synopsis Declared in `<bslalg_dequeiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [.small]#Created with https://www.mrdocs.com[MrDocs]#