bsl::_Slist_iterator::operator++

Increment operators

Synopses

Declared in <bslstp_slist.h>

Advance to the next element and return this iterator.

_Self&
operator++();
» more...

Advance to the next element and return the prior iterator value.

_Self
operator++(int __n);
» more...

Return Value

  • reference to this iterator after advancing
  • copy of this iterator before advancing

Parameters

NameDescription
__nunused postfix-increment discriminator