#include <boost/preprocessor/config/config.hpp>#include <boost/preprocessor/logical/bool.hpp>#include <boost/preprocessor/logical/compl.hpp>

Macros | |
| #define | BOOST_PP_NOT(x) BOOST_PP_NOT_I(x) |
| #define | BOOST_PP_NOT_I(x) BOOST_PP_COMPL(BOOST_PP_BOOL(x)) |
| #define BOOST_PP_NOT | ( | x | ) | BOOST_PP_NOT_I(x) |
| #define BOOST_PP_NOT_I | ( | x | ) | BOOST_PP_COMPL(BOOST_PP_BOOL(x)) |