operator++

Function Details

self& operator++()
 

Pre-increment.

Return Value

This iterator after incremented.

self operator++(int)
 

Post-increment.

Return Value

Another iterator having the old value of this iterator.

Class

db_map_iterator