umbrello  2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Functions | Variables
cxx11-range-based-for-loop.h File Reference

Go to the source code of this file.

Functions

 for (int &x:my_array)
 
 for (auto &x:my_array)
 

Variables

int my_array [5] = {1, 2, 3, 4, 5}
 

Function Documentation

for ( int &x:my_array  )
for ( auto &x:my_array  )

Variable Documentation

int my_array[5] = {1, 2, 3, 4, 5}