Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cat.hpp File Reference
Include dependency graph for cat.hpp:

Macros

#define BOOST_PP_CAT(a, b)   BOOST_PP_CAT_OO((a, b))
 
#define BOOST_PP_CAT_OO(par)   BOOST_PP_CAT_I ## par
 
#define BOOST_PP_CAT_I(a, b)   BOOST_PP_CAT_II(~, a ## b)
 
#define BOOST_PP_CAT_II(p, res)   res
 

Macro Definition Documentation

#define BOOST_PP_CAT (   a,
 
)    BOOST_PP_CAT_OO((a, b))
#define BOOST_PP_CAT_I (   a,
 
)    BOOST_PP_CAT_II(~, a ## b)
#define BOOST_PP_CAT_II (   p,
  res 
)    res
#define BOOST_PP_CAT_OO (   par)    BOOST_PP_CAT_I ## par