Searched refs:is_actor (Results 1 – 4 of 4) sorted by relevance
29 struct is_actor struct34 struct is_actor<T const> struct35 : is_actor<T>39 struct is_actor<T &> struct40 : is_actor<T>44 struct is_actor<actor<Expr> > struct
15 template <typename T, typename U = typename is_actor<T>::type >
192 phoenix::is_actor<A0>::value193 || phoenix::is_actor<A1>::value194 || phoenix::is_actor<A2>::value
367 phoenix::is_actor<402 , typename phoenix::is_actor< in operator ()()