Searched defs:as_actor (Results 1 – 4 of 4) sorted by relevance
16 struct as_actor struct18 typedef T type;21 convert(T const & t) in convert()
127 struct as_actor<T, mpl::false_> struct129 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()
155 struct as_actor { struct157 typedef actor<value<T> > type;158 static type convert(T const& x) in convert()164 struct as_actor<T[N]> { struct166 typedef actor<value<T const*> > type;167 static type convert(T const x[N]) in convert()
304 struct as_actor<actor<BaseT> > { struct306 typedef actor<BaseT> type;307 static type convert(actor<BaseT> const& x) { return x; } in convert()312 struct as_actor<nil_t> { struct314 typedef nil_t type;315 static nil_t convert(nil_t /*x*/) in convert()321 struct as_actor<void> { struct323 typedef void type;