Device interface library for multiple platforms including Mbed.

Dependents:   DeepCover Embedded Security in IoT MaximInterface MAXREFDES155#

Embed: (wiki syntax)

« Back to documentation index

is_error_condition_enum< T > Struct Template Reference

is_error_condition_enum< T > Struct Template Reference

Checks if an enum type is implicitly convertible to an error_condition. More...

#include <system_error.hpp>

Inherits MaximInterfaceCore::integral_constant< bool, false >.


Detailed Description

template<typename T>
struct MaximInterfaceCore::is_error_condition_enum< T >

Checks if an enum type is implicitly convertible to an error_condition.

Definition at line 89 of file system_error.hpp.