#include <algorithm>#include <cstddef>#include <iterator>#include "../definitions.hpp"#include "../initialiser.hpp"#include "../stencil.hpp"#include <ecl/config/macros.hpp>#include <ecl/concepts/macros.hpp>#include <ecl/concepts/blueprints.hpp>#include <ecl/concepts/streams.hpp>#include <ecl/errors/compile_time_assert.hpp>#include <ecl/exceptions/standard_exception.hpp>

Go to the source code of this file.
Classes | |
| class | ecl::Array< Type, Size > |
| Fixed size container with a few bells and whistles. | |
| class | ecl::blueprints::ArrayBluePrint< Derived > |
| Parent class for array blueprints. | |
| class | ecl::blueprints::ArrayBluePrint< Derived > |
| Parent class for array blueprints. | |
| class | ecl::blueprints::ArrayFactory< class, Size > |
| BluePrint factory for the Array class. | |
| class | ecl::blueprints::ArrayFactory< class, Size > |
| BluePrint factory for the Array class. | |
| class | ecl::formatters::ArrayFormatter< class, N > |
| Pseudo formatter for integral type arrays. | |
| class | ecl::blueprints::ConstantArray< Type, Size > |
| Blueprint for instantiating/configuring an array filled with a constant. | |
| class | ecl::blueprints::ConstantArray< Type, Size > |
| Blueprint for instantiating/configuring an array filled with a constant. | |
Namespaces | |
| ecl | |
| ecl::blueprints | |
| ecl::formatters | |
Functions | |
| OutputStream & | ecl::operator<< (OutputStream &ostream, const Array< ElementType, ArraySize > &array) |