equal-range Questions

1

Solved

I just noticed that std::map and std::set have the member function equal_range() returning an iterator range of values for a certain key. How does this make sense when std::map and std::set a...
Garwin asked 1/5 at 8:36

3

Solved

how would one implement generic (aka works for multimap, sorted vector ...) equal range iterator? By this I mean it is an iterator that is a pair of iterators (begin and end of a particular equal_...
Osvaldooswal asked 27/6, 2013 at 9:37
1

© 2022 - 2024 — McMap. All rights reserved.