Local variable declarations
Keywords: variable
A local variable can be defined in an OSI or c++ function. Local variables can be defined as reference variables, but also as direct variables. Variables can be of elementary type, complex data type or collection type.
string a;
string &b;