BluePrint factory for the Array class. More...
#include <array_no_mem_check.hpp>

| Public Member Functions | |
| virtual | ~ArrayFactory () | 
| Static Public Member Functions | |
| static ConstantArray< Type, Size > | Constant (const Type &value) | 
BluePrint factory for the Array class.
Generates various blueprints that instantiate or configure arrays with commonly used configurations.
Definition at line 59 of file array_no_mem_check.hpp.
| 
 | inlinevirtual | 
Definition at line 533 of file array_no_mem_check.hpp.
| 
 | inlinestatic | 
Generates a blueprint for creating constant arrays. The array constructor and assignment operator handle the usage of the blueprint from there.
| value | : the value to fill the array with. | 
Definition at line 529 of file array_no_mem_check.hpp.