operator++
Function Details
self& operator++()
Pre-increment.
Return Value
This iterator after incremented.
See Also
db_map_base_iterator::operator++()
self operator++(int)
Post-increment.
Return Value
Another iterator having the old value of this iterator.
See Also
db_map_base_iterator::operator++(int)