Device interface library for multiple platforms including Mbed.

Dependents:   DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#

Embed: (wiki syntax)

« Back to documentation index

array_span< T, N > Struct Template Reference

array_span< T, N > Struct Template Reference

Defines a standard set of types for data fields that are represented as a fixed-size array of elements. More...

#include <array_span.hpp>

Inherits MaximInterfaceCore::Unconstructible.


Detailed Description

template<typename T, size_t N>
struct MaximInterfaceCore::array_span< T, N >

Defines a standard set of types for data fields that are represented as a fixed-size array of elements.

Template Parameters:
TA const qualifier is not allowed.

Definition at line 47 of file array_span.hpp.