libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

IsDynamicallyAllocatable< T > Struct Template Reference

IsDynamicallyAllocatable< T > Struct Template Reference

This class that allows to check at compile time whether type T can be allocated using the memory pool. More...

#include <build_config.hpp>


Detailed Description

template<typename T>
struct uavcan::IsDynamicallyAllocatable< T >

This class that allows to check at compile time whether type T can be allocated using the memory pool.

If the check fails, compilation fails.

Definition at line 242 of file include/uavcan/build_config.hpp.