|
Bifrost SDK
Bifrost SDK documentation
|
A resizable container of contiguous elements. More...
#include "ArrayFwd.h"#include "internal/ArrayImpl.h"#include "internal/ConfigMacros.h"#include <type_traits>Go to the source code of this file.
Classes | |
| class | Amino::Array< T > |
Define a Amino array of elements of type T. More... | |
Namespaces | |
| namespace | Amino |
Typedefs | |
| template<unsigned Dimension, typename T > | |
| using | Amino::ArrayD_t = Internal::MultiDimensionalArray_t< Dimension, T > |
| Helper alias for multidimensional array types. More... | |
Functions | |
| template<typename T > | |
| constexpr void | Amino::warn_if_unsupported_element () |
| Helpers to produce a warning on unsupported element types when constructing Amino::Array of such types. More... | |