const_iterator upper_bound(const key_type &x) const
Find the least key greater than x.
iterator upper_bound(const key_type &x, bool readonly=false)
Find the least key greater than x.
See of db_map's searching functions group for details about iterator, function version and parameters.