operator++

Function Details

self& operator++()
 

Post-increment.

Return Value

This iterator after incremented.

self operator++(int)
 

Pre-increment.

Return Value

Another iterator having the old value of this iterator.

Group: Iterator movement operators.

These functions are identical to those of db_map_base_iterator and db_map_iterator and db_set_iterator .

Actually the iterator movement functions in the four classes are the same.

Class

db_set_base_iterator