My Project
|
Forms the logical negation of the type trait B, effectively performing a logical NOT on the trait. More...
#include <negation.hpp>
Inherits bsl::integral_constant< T, v >.
Additional Inherited Members | |
![]() | |
using | type = integral_constant< T, v > |
provides the member typedef "type" | |
using | value_type = T |
provides the member typedef "value_type" | |
![]() | |
static constexpr value_type | value {v} |
the type T that stores the integral constant | |
Forms the logical negation of the type trait B, effectively performing a logical NOT on the trait.
B | the boolean type to negate |