Library Version 11.2.5.3
self& operator++()
Pre-increment.
This iterator after incremented.
db_vector_base_iterator::operator++()
self operator++(int)
Post-increment.
A new iterator not incremented.
db_vector_base_iterator::operator++(int)
These functions have identical behaviors and semantics as those of db_vector_base_iterator , so please refer to equivalent in that class.
db_vector_iterator