map::lower_bound that returns a map

Posted by Amir Rachum on Stack Overflow See other posts from Stack Overflow or by Amir Rachum
Published on 2010-05-16T13:35:38Z Indexed on 2010/05/16 13:40 UTC
Read the original article Hit count: 160

Filed under:
|

Is there a function that does the same thing as map::lower_bound except it returns a new sub-map and not an iterator?

© Stack Overflow or respective owner

Related posts about c++

Related posts about stl