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

Macros

#define BOOST_PP_COMPL(x)   BOOST_PP_COMPL_OO((x))
 
#define BOOST_PP_COMPL_OO(par)   BOOST_PP_COMPL_I ## par
 
#define BOOST_PP_COMPL_I(x)   BOOST_PP_COMPL_ID(BOOST_PP_COMPL_ ## x)
 
#define BOOST_PP_COMPL_ID(id)   id
 
#define BOOST_PP_COMPL_0   1
 
#define BOOST_PP_COMPL_1   0
 

Macro Definition Documentation

#define BOOST_PP_COMPL (   x)    BOOST_PP_COMPL_OO((x))
#define BOOST_PP_COMPL_0   1
#define BOOST_PP_COMPL_1   0
#define BOOST_PP_COMPL_I (   x)    BOOST_PP_COMPL_ID(BOOST_PP_COMPL_ ## x)
#define BOOST_PP_COMPL_ID (   id)    id
#define BOOST_PP_COMPL_OO (   par)    BOOST_PP_COMPL_I ## par