[ICL] Search for an interval in a map
18 Mar
2014
18 Mar
'14
7:26 p.m.
Hello, Let's suppose I have a map with 3 intervals : [0,5), [5,10), [10,15) If I want to apply the "find" function by giving as argument the interval [7,12), the documentation says I'll get an iterator to the first intervall overlapping with the given interval. So the result should be [5,10). Isn't there any way to have a pair of iterators (begin and end), as std::multimap::equal_range() ?
3890
Age (days ago)
3890
Last active (days ago)
0 comments
1 participants
participants (1)
-
Oodini