Inferno
0.2
|
A local variable with automatic allocation. More...
#include <cpptree.hpp>
A local variable with automatic allocation.
A variable with one instance for each *invocation* of a function, ie non-static locals. Safe across recursion. Note that static locals are Static, not Automatic.
Definition at line 375 of file cpptree.hpp.