Lines Matching defs:TRAIT
106 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument
140 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument
208 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument
226 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument
247 #define BOOST_PROTO_DEFINE_OPERATORS(TRAIT, DOMAIN) … argument
301 #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) TRAIT<ARG> argument
302 … #define BOOST_PROTO_APPLY_BINARY_(TRAIT, LEFT, RIGHT) boost::mpl::or_<TRAIT<LEFT>, TRAIT<RIGHT> > argument
342 … #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) \ argument
349 … #define BOOST_PROTO_APPLY_BINARY_(TRAIT, LEFT, RIGHT) \ argument
363 … #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) \ argument
370 … #define BOOST_PROTO_APPLY_BINARY_(TRAIT, LEFT, RIGHT) \ argument