Home
last modified time | relevance | path

Searched refs:container_actor (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/phoenix/doc/examples/
Dextending_actors.qbk45 The first version of our `container_actor` interface will show the general
51 struct container_actor
55 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 other
80 container_actor<Expr> const
103 container_actor<expression::argument<1>::type> const con1;
151 function of `container_actor`:
154 struct container_actor
158 typedef container_actor<Expr> that_type;
[all …]
/third_party/boost/libs/phoenix/example/
Dcontainer_actor.cpp49 struct container_actor struct
53 typedef container_actor<Expr> that_type; argument
55 container_actor( base_type const& base = base_type() ) in container_actor() function
98 container_actor<Expr> const argument
106 container_actor<phoenix::expression::argument<1>::type> const con1; in main()
/third_party/boost/libs/phoenix/doc/
Dwhat_s_new.qbk74 * Fixed bug in example/container_actor.cpp in end() function.
/third_party/boost/libs/phoenix/
DChangeLog170 - Fixed bug in example/container_actor.cpp in end() function.