Home
last modified time | relevance | path

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

/third_party/boost/boost/lambda/detail/
Doperator_actions.hpp80 template <class Act> struct is_protectable<arithmetic_action<Act> > { struct
83 template <class Act> struct is_protectable<bitwise_action<Act> > { struct
86 template <class Act> struct is_protectable<logical_action<Act> > { struct
89 template <class Act> struct is_protectable<relational_action<Act> > { struct
93 struct is_protectable<arithmetic_assignment_action<Act> > { struct
96 template <class Act> struct is_protectable<bitwise_assignment_action<Act> > { struct
99 template <class Act> struct is_protectable<unary_arithmetic_action<Act> > { struct
103 struct is_protectable<pre_increment_decrement_action<Act> > { struct
107 is_protectable<post_increment_decrement_action<Act> > { struct
111 template <> struct is_protectable<other_action<addressof_action> > { struct
[all …]
Dreturn_type_traits.hpp76 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
Dactions.hpp44 template <class Action> struct is_protectable { struct
51 template<> struct is_protectable<other_action<comma_action> > { struct