Forward declares boost::hana::not_
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::not_ |
Negates a Logical .This method returns a Logical with the same tag, but whose truth-value is negated. Specifically, not_(x) returns a false-valued Logical if x is a true-valued Logical , and a true-valued one otherwise. More... | |
Forward declares boost::hana::not_
.