Inferno
0.2
|
This is the type of an array that contains the specified number of elements of the specified type. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < Type > | element |
the element type | |
TreePtr< Initialiser > | size |
evaluates to the size or Uninitialised if not given eg [] |
This is the type of an array that contains the specified number of elements of the specified type.
Definition at line 484 of file cpptree.hpp.
the element type
Definition at line 487 of file cpptree.hpp.
evaluates to the size or Uninitialised if not given eg []
Definition at line 488 of file cpptree.hpp.