Home
last modified time | relevance | path

Searched refs:BOOST_MPL_AUX_ASSERT_CONSTANT (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp56 # define BOOST_MPL_AUX_ASSERT_CONSTANT(T, expr) enum { expr } macro
58 # define BOOST_MPL_AUX_ASSERT_CONSTANT(T, expr) BOOST_STATIC_CONSTANT(T, expr) macro
149 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, p = !p_type::value );
218 BOOST_MPL_AUX_ASSERT_CONSTANT( \
242 BOOST_MPL_AUX_ASSERT_CONSTANT( \
261 BOOST_MPL_AUX_ASSERT_CONSTANT( \
277 BOOST_MPL_AUX_ASSERT_CONSTANT( \
283 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) ); \
284 BOOST_MPL_AUX_ASSERT_CONSTANT( \
307 BOOST_MPL_AUX_ASSERT_CONSTANT( \
[all …]