Library Version 11.2.5.3
self& operator++()
Pre-increment.
Identical to those of db_map_iterator .
This iterator after incremented.
db_map_iterator::operator++()
self operator++(int)
Post-increment.
Another iterator having the old value of this iterator.
db_map_iterator::operator++(int)
db_set_iterator