Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bitnor.hpp File Reference
Include dependency graph for bitnor.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define BOOST_PP_BITNOR(x, y)   BOOST_PP_BITNOR_OO((x, y))
 
#define BOOST_PP_BITNOR_OO(par)   BOOST_PP_BITNOR_I ## par
 
#define BOOST_PP_BITNOR_I(x, y)   BOOST_PP_BITNOR_ID(BOOST_PP_BITNOR_ ## x ## y)
 
#define BOOST_PP_BITNOR_ID(id)   id
 
#define BOOST_PP_BITNOR_00   1
 
#define BOOST_PP_BITNOR_01   0
 
#define BOOST_PP_BITNOR_10   0
 
#define BOOST_PP_BITNOR_11   0
 

Macro Definition Documentation

#define BOOST_PP_BITNOR (   x,
 
)    BOOST_PP_BITNOR_OO((x, y))
#define BOOST_PP_BITNOR_00   1
#define BOOST_PP_BITNOR_01   0
#define BOOST_PP_BITNOR_10   0
#define BOOST_PP_BITNOR_11   0
#define BOOST_PP_BITNOR_I (   x,
 
)    BOOST_PP_BITNOR_ID(BOOST_PP_BITNOR_ ## x ## y)
#define BOOST_PP_BITNOR_ID (   id)    id
#define BOOST_PP_BITNOR_OO (   par)    BOOST_PP_BITNOR_I ## par