Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::enable_if< Condition, Type > Class Template Reference

Class to support constraining templates. Has a type member of the specified type if the Condition is true and no type member if the Condition is false. More...

Detailed Description

template<bool Condition, typename Type = void>
class std::enable_if< Condition, Type >

Class to support constraining templates. Has a type member of the specified type if the Condition is true and no type member if the Condition is false.

Template Parameters
Conditionthe condition to check
Typethe type of the member

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