operator++

Function Details

self& operator++()
 

Pre-increment.

Identical to those of db_map_iterator .

Return Value

This iterator after incremented.

self operator++(int)
 

Post-increment.

Return Value

Another iterator having the old value of this iterator.

Class

db_set_iterator