Template Struct negation

Inheritance Relationships

Base Type

  • public std::integral_constant< bool, !bool(B::value)>

Struct Documentation

template<class B>
struct negation : public std::integral_constant<bool, !bool(B::value)>