Y
Hacker News
new
|
ask
|
show
|
jobs
by
pja
4219 days ago
What would a range type offer over a pair of iterators?
1 comments
humanrebar
4219 days ago
cout << takeFirstN(sort(myVector), 10) << '\n';
...try that with iterators.
link
...try that with iterators.