| umbrello 25.04.2
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <vector>Go to the source code of this file.
| Functions | |
| for (auto itr=myvec.cbegin();itr !=myvec.cend();++itr) | |
| for (auto &x :myvec) | |
| int | main () | 
| Variables | |
| auto | some_strange_callable_type = std::bind(&some_function, _2, _1, some_object) | 
| auto | other_variable = 5 | 
| int | some_int | 
| decltype(some_int) | other_integer_variable = 5 | 
| for | ( | auto &x :myvec | ) | 
| for | ( | auto | itr = myvec.cbegin();itr !=myvec.cend();++itr | ) | 
| int main | ( | ) | 
| decltype(some_int) other_integer_variable = 5 | 
| auto other_variable = 5 | 
| int some_int | 
| auto some_strange_callable_type = std::bind(&some_function, _2, _1, some_object) |