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 513 of file array_no_mem_check.hpp.
virtual ecl::blueprints::ArrayFactory< Type, Size >::~ArrayFactory | ( | ) | [inline, virtual] |
Definition at line 525 of file array_no_mem_check.hpp.
static ConstantArray<Type,Size> ecl::blueprints::ArrayFactory< Type, Size >::Constant | ( | const Type & | value | ) | [inline, static] |
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 521 of file array_no_mem_check.hpp.