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

Macros

#define BOOST_PP_ASSERT(cond)   BOOST_PP_ASSERT_D(cond)
 
#define BOOST_PP_ASSERT_D(cond)   BOOST_PP_IIF(BOOST_PP_NOT(cond), BOOST_PP_ASSERT_ERROR, BOOST_PP_TUPLE_EAT_1)(...)
 
#define BOOST_PP_ASSERT_ERROR(x, y, z)
 
#define BOOST_PP_ASSERT_MSG(cond, msg)   BOOST_PP_ASSERT_MSG_D(cond, msg)
 
#define BOOST_PP_ASSERT_MSG_D(cond, msg)   BOOST_PP_EXPR_IIF(BOOST_PP_NOT(cond), msg)
 

Macro Definition Documentation

#define BOOST_PP_ASSERT (   cond)    BOOST_PP_ASSERT_D(cond)
#define BOOST_PP_ASSERT_D (   cond)    BOOST_PP_IIF(BOOST_PP_NOT(cond), BOOST_PP_ASSERT_ERROR, BOOST_PP_TUPLE_EAT_1)(...)
#define BOOST_PP_ASSERT_ERROR (   x,
  y,
 
)
#define BOOST_PP_ASSERT_MSG (   cond,
  msg 
)    BOOST_PP_ASSERT_MSG_D(cond, msg)
#define BOOST_PP_ASSERT_MSG_D (   cond,
  msg 
)    BOOST_PP_EXPR_IIF(BOOST_PP_NOT(cond), msg)