operator++

Function Details

self& operator++()
 

Pre-increment.

Return Value

This iterator after incremented.

self operator++(int)
 

Post-increment.

Return Value

A new iterator not incremented.

Group: Iterator movement operators.

These functions have identical behaviors and semantics as those of db_vector_base_iterator , so please refer to equivalent in that class.

Class

db_vector_iterator