I've got a std::set<int> which has n items in it. And I want to get rid of n-k bigger elements and keep the first (least) k elements. How should I do so? Is there a pre-defined function for this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
A
|
|||||||||||||||||||
|
|
Use the erase function : |
|||
|
|
