umbrello
2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
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} |
for | ( | int &x:my_array | ) |
for | ( | auto &x:my_array | ) |
int my_array[5] = {1, 2, 3, 4, 5} |