umbrello  2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Functions | Variables
cxx11-type-inference.h File Reference
#include <vector>
Include dependency graph for cxx11-type-inference.h:

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_intother_integer_variable = 5
 

Function Documentation

for ( auto  itr = myvec.cbegin();itr!=myvec.cend();++itr)
for ( auto &x:myvec  )
int main ( )

Variable Documentation

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)