libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

StorageType< T, Enable > Struct Template Reference

StorageType< T, Enable > Struct Template Reference

Compile-time: Helper for integer and float specialization classes. More...

#include <type_util.hpp>


Detailed Description

template<typename T, typename Enable = void>
struct uavcan::StorageType< T, Enable >

Compile-time: Helper for integer and float specialization classes.

Returns the platform-specific storage type.

Definition at line 51 of file type_util.hpp.