MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
List of all members
boost::mpl11::not_< x > Struct Template Reference

Returns the logical negation (!) of its argument. More...

#include <boost/mpl11/fwd/logical.hpp>

Detailed Description

template<typename x>
struct boost::mpl11::not_< x >

Returns the logical negation (!) of its argument.

Specifically, not_<x> is equivalent to bool_<!x::type::value>.