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

#include <unaligned_type.h>

Static Public Member Functions

static void copy (T value, unsigned char *store)
 
static 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, 12U, typename etl::enable_if< etl::is_floating_point< U >::value >::type >

Unaligned copy Size == 12 Floating point


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