Searched refs:container_actor (Results 1 – 4 of 4) sorted by relevance
45 The first version of our `container_actor` interface will show the general51 struct container_actor55 typedef container_actor<Expr> that_type;57 container_actor( base_type const& base )76 First, lets create a generator which wraps the `container_actor` around any other80 container_actor<Expr> const103 container_actor<expression::argument<1>::type> const con1;151 function of `container_actor`:154 struct container_actor158 typedef container_actor<Expr> that_type;[all …]
49 struct container_actor struct53 typedef container_actor<Expr> that_type; argument55 container_actor( base_type const& base = base_type() ) in container_actor() function98 container_actor<Expr> const argument106 container_actor<phoenix::expression::argument<1>::type> const con1; in main()
74 * Fixed bug in example/container_actor.cpp in end() function.
170 - Fixed bug in example/container_actor.cpp in end() function.