C++ keywords: for
From cppreference.com
| C++ Reference |
|---|
| C++ language |
| C++ keywords |
[edit] Usage
- for loop: as the declaration of the loop
- range-based for loop: as the declaration of the loop (since C++11)