Embedded Template Library 1.0
etl::unaligned_type< T, Endian_ >::unaligned_copy< U, 8U > 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, 8U >

Unaligned copy Size == 8


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