equal_range(const key_type &x) const
Find the range within which all keys equal to specified key x.
equal_range(const key_type &x,
    bool readonly=false)
 
        Find the range within which all keys equal to specified key x.
See of db_map's searching functions group for details about iterator, function version and parameters.