![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::negation - std::experimental::negation Synopsis Defined in header <experimental/type_traits>
Template parametersB - any type such that the expression bool(B::value) is a valid constant expression
Inherited from std::integral_constant Member constants value true if B has a member ::value such that !bool(B::value) is
true , false
Member functions operator bool converts the object to bool, returns value
Member types Type Definition
Possible implementation template<class B>
Example This section is incomplete
See also negation logical NOT metafunction
|