Template Struct cxpr_not

Inheritance Relationships

Base Type

  • public std::integral_constant< bool, !Boolean::value >

Struct Documentation

template<class Boolean>
struct cxpr_not : public std::integral_constant<bool, !Boolean::value>