Friday, July 7, 2017

C++11: range-for

The ‘range-for’ statement lets you iterate through a container that provides begin() and end() iterators.

No comments:

Post a Comment