Returns the logical negation (!) of its argument. More...
!
#include <boost/mpl11/fwd/logical.hpp>
Returns the logical negation (!) of its argument.
Specifically, not_<x> is equivalent to bool_<!x::type::value>.
not_<x>
bool_<!x::type::value>