Searched refs:is_protectable (Results 1 – 3 of 3) sorted by relevance
80 template <class Act> struct is_protectable<arithmetic_action<Act> > { struct83 template <class Act> struct is_protectable<bitwise_action<Act> > { struct86 template <class Act> struct is_protectable<logical_action<Act> > { struct89 template <class Act> struct is_protectable<relational_action<Act> > { struct93 struct is_protectable<arithmetic_assignment_action<Act> > { struct96 template <class Act> struct is_protectable<bitwise_assignment_action<Act> > { struct99 template <class Act> struct is_protectable<unary_arithmetic_action<Act> > { struct103 struct is_protectable<pre_increment_decrement_action<Act> > { struct107 is_protectable<post_increment_decrement_action<Act> > { struct111 template <> struct is_protectable<other_action<addressof_action> > { struct[all …]
76 is_protectable<Act>::value && is_lambda_functor<A>::value,144 is_protectable<Act>::value &&180 is_protectable<other_action<comma_action> >::value && // it is protectable
44 template <class Action> struct is_protectable { struct51 template<> struct is_protectable<other_action<comma_action> > { struct