Inferno
0.2
|
A local temp variable not preserved across function calls. More...
#include <cpptree.hpp>
A local temp variable not preserved across function calls.
A local variable with unspecified storage which may be used within a function but is not preserved across recursion or between calls (such a variable could safely be implemented as any of Static, Field or Automatic since it supports only those guarantees common to all).
Definition at line 384 of file cpptree.hpp.