BloombergLP::bsltf::TestValuesArrayIterator::operator++

Increment operators

Synopses

Declared in <bsltf_testvaluesarray.h>

Move this iterator to the next element in the container.

TestValuesArrayIterator<VALUE>&
operator++();
» more...

Advance this iterator and return a proxy to the prior element.

TestValuesArray_PostIncrementPtr<VALUE>
operator++(int postfix);
» more...

Return Value

  • a reference to this iterator after the increment
  • a proxy that can be dereferenced to the prior element

Parameters

NameDescription
postfixunused parameter distinguishing the postfix operator