| MIP_SDK
    v4.0.0
    MicroStrain Communications Library for embedded systems | 
#include <type_traits>#include <stdint.h>#include <stddef.h>#include <assert.h>Go to the source code of this file.
| Classes | |
| struct | microstrain::ArrayView< T, Extent > | 
| Represents a view over a contiguous array of objects, similar to std::span, and is implemented as a pointer and length.  More... | |
| struct | microstrain::ArrayView< T, DYNAMIC_EXTENT > | 
| Namespaces | |
| microstrain | |
| Typedefs | |
| template<class T > | |
| using | microstrain::ConstArrayView = ArrayView< const T > | 
| using | microstrain::U8ArrayView = ArrayView< uint8_t > | 
| using | microstrain::ConstU8ArrayView = ConstArrayView< uint8_t > | 
| using | microstrain::CharArrayView = ArrayView< char > | 
| using | microstrain::ConstCharArrayView = ConstArrayView< char > | 
| Variables | |
| static constexpr size_t | microstrain::DYNAMIC_EXTENT = SIZE_MAX | 
 1.8.17
 1.8.17