Template Struct negation

Inheritance Relationships

Base Type

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

Struct Documentation

template<typename P>
struct negation : public std::integral_constant<bool, bool(!P::value)>