Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::unaligned_type< T, Endian_ >::unaligned_copy< U, 2U, typename etl::enable_if< etl::is_integral< U >::value >::type > Struct Template Reference

#include <unaligned_type.h>

Static Public Member Functions

static ETL_CONSTEXPR14 void copy (T value, unsigned char *store)
 
static ETL_CONSTEXPR14 void copy (const_pointer store, T &value)
 
static ETL_CONSTEXPR14 void copy (const_pointer src, int endian_src, unsigned char *dst)
 

Detailed Description

template<typename T, int Endian_>
template<typename U>
struct etl::unaligned_type< T, Endian_ >::unaligned_copy< U, 2U, typename etl::enable_if< etl::is_integral< U >::value >::type >

Unaligned copy Size == 2


The documentation for this struct was generated from the following file: