operator--

Function Details

self& operator--()
 

Pre-decrement.

Return Value

This iterator after decremented.

self operator--(int)
 

Post-decrement.

Return Value

Another iterator having the old value of this iterator.

Class

db_set_iterator