Home
last modified time | relevance | path

Searched defs:as_actor (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/phoenix/core/
Das_actor.hpp16 struct as_actor struct
18 typedef T type;
21 convert(T const & t) in convert()
Dvalue.hpp127 struct as_actor<T, mpl::false_> struct
129 typedef typename expression::value<typename meta::decay<T>::type >::type type;
132 convert(typename meta::argument_type<typename meta::decay<T>::type>::type t) in convert()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dprimitives.hpp155 struct as_actor { struct
157 typedef actor<value<T> > type;
158 static type convert(T const& x) in convert()
164 struct as_actor<T[N]> { struct
166 typedef actor<value<T const*> > type;
167 static type convert(T const x[N]) in convert()
Dactor.hpp304 struct as_actor<actor<BaseT> > { struct
306 typedef actor<BaseT> type;
307 static type convert(actor<BaseT> const& x) { return x; } in convert()
312 struct as_actor<nil_t> { struct
314 typedef nil_t type;
315 static nil_t convert(nil_t /*x*/) in convert()
321 struct as_actor<void> { struct
323 typedef void type;