Is there a function that does the same thing as map::lower_bound
except it returns a new sub-map and not an iterator?
Edit: The function should return a sub-map which contains all the values for which the key is equal to, or greater than a certain value (which is given as input to the function).