Hacker News new | ask | show | jobs
by pja 4219 days ago
What would a range type offer over a pair of iterators?
1 comments

cout << takeFirstN(sort(myVector), 10) << '\n';

...try that with iterators.