Searched refs:rightshift_action (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/lambda/detail/ |
D | operators.hpp | 115 BOOST_LAMBDA_BE(operator>>, bitwise_action<rightshift_action>, const A, const B, const_copy_argumen… 134 BOOST_LAMBDA_BE(operator>>=, bitwise_assignment_action<rightshift_action>, A, const B, reference_ar… 188 BOOST_LAMBDA_BE2(operator>>, bitwise_action< rightshift_action>, A, const B, detail::convert_istrea… 218 bitwise_action<rightshift_action>, 226 bitwise_action<rightshift_action>, in operator >>()
|
D | operator_lambda_func_base.hpp | 213 BOOST_LAMBDA_BINARY_ACTION(>>,bitwise_action<rightshift_action>) 232 BOOST_LAMBDA_BINARY_ACTION(>>=,bitwise_assignment_action<rightshift_action>)
|
D | operator_actions.hpp | 29 class rightshift_action {}; class
|
D | operator_return_type_traits.hpp | 605 struct return_type_2<bitwise_action<rightshift_action>, A, B> 611 plain_return_type_2<bitwise_action<rightshift_action>, plain_A, plain_B>::type type1; 618 plain_return_type_2<bitwise_action<rightshift_action>, plain_A, plain_B>
|