libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

EnableIf< B, T > Struct Template Reference

EnableIf< B, T > Struct Template Reference

Compile time conditions. More...

#include <templates.hpp>


Detailed Description

template<bool B, typename T = void>
struct uavcan::EnableIf< B, T >

Compile time conditions.

Definition at line 59 of file templates.hpp.