Searched refs:is_na (Results 1 – 5 of 5) sorted by relevance
25 BOOST_MPL_ASSERT_NOT((boost::mpl::is_na<type>)) \30 BOOST_STATIC_ASSERT(!boost::mpl::is_na<x>::value) \
25 struct is_na struct34 struct is_na<na> struct
120 is_na<BOOST_PP_CAT(P, arity)> \148 is_na<BOOST_PP_CAT(P, arity)> \
213 is_na<N3>
74 is_na<BackwardPredicate>75 , if_< is_na<BackwardOp>, always<false_>, always<true_> >