Inferno
0.2
|
A variable or function with one instance across the entire program. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < Constancy > | constancy |
is the instance constant (ie compile time value)? |
A variable or function with one instance across the entire program.
This includes extern and static scope for globals, as well as static locals. If a Static variable is Const, then it may be regarded as a compile-time constant. A static constant function may be regarded as idempotent.
Definition at line 345 of file cpptree.hpp.
is the instance constant (ie compile time value)?
Definition at line 348 of file cpptree.hpp.