Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

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>


Detailed Description

template<typename T, size_t N>
struct MaximInterface::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 46 of file array_span.hpp.