tetl 0.1.0
Embedded Template Library
|
etl::array container More...
Classes | |
struct | array< Type, Size > |
A container that encapsulates fixed size arrays. More... | |
struct | dynamic_array< T, Allocator > |
struct | empty_c_array |
struct | uninitialized_array< T, Size > |
Typedefs | |
template<typename ValueType, etl::size_t Size> | |
using | c_array = ValueType[Size] |
etl::array container
using c_array = ValueType[Size] |