 |
Range-based for loop (since C++11) - cppreference.com
range_expression is evaluated to determine the sequence or range to iterate. Each element of the sequence, in turn, is dereferenced and assigned to the variable with the type and name given in range_declaration. begin_expr and end_expr are defined as foll
en.cppreference.com |
 |