BloombergLP::bsltf::InputIterator::operator++

Increment operators

Synopses

Declared in <bsltf_inputiterator.h>

Increment this iterator to refer to the next contiguous TYPE object.

InputIterator<TYPE>&
operator++();
» more...

Copy this iterator, increment, and return by value the copy that was made prior to the increment. The behavior is undefined if this iterator is empty.

InputIterator<TYPE>
operator++(int postfix);
» more...

Return Value

  • a reference to this iterator after the increment
  • a copy of this iterator made prior to the increment

Parameters

NameDescription
postfixunused parameter distinguishing the postfix operator