Home
last modified time | relevance | path

Searched refs:is_actor (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/phoenix/core/
Dis_actor.hpp29 struct is_actor struct
34 struct is_actor<T const> struct
35 : is_actor<T>
39 struct is_actor<T &> struct
40 : is_actor<T>
44 struct is_actor<actor<Expr> > struct
Das_actor.hpp15 template <typename T, typename U = typename is_actor<T>::type >
/third_party/boost/boost/spirit/home/support/
Dterminal.hpp195 phoenix::is_actor<A0>::value
196 || phoenix::is_actor<A1>::value
197 || phoenix::is_actor<A2>::value
Dmake_component.hpp370 phoenix::is_actor<
405 , typename phoenix::is_actor< in operator ()()
/third_party/boost/boost/phoenix/statement/
Dif.hpp130 struct is_actor<if_actor<Expr> > struct
Dtry_catch.hpp513 struct is_actor<try_catch_actor<Expr> > struct
/third_party/boost/libs/phoenix/test/
DJamfile274 [ run include/core/is_actor.cpp ]