Lines Matching refs:example
8 [import ../example/hello.cpp]
9 [import ../example/calc1.cpp]
10 [import ../example/calc2.cpp]
11 [import ../example/calc3.cpp]
12 [import ../example/lazy_vector.cpp]
13 [import ../example/mixed.cpp]
14 [import ../example/rgb.cpp]
15 [import ../example/tarray.cpp]
16 [import ../example/vec3.cpp]
17 [import ../example/vector.cpp]
18 [import ../example/map_assign.cpp]
19 [import ../example/futures.cpp]
20 [import ../example/mini_lambda.cpp]
21 [import ../example/external_transforms.cpp]
27 A code example is worth a thousand words ...
34 A trivial example which builds and expression template and evaluates it.
44 A simple example that builds a miniature embedded domain-specific language for lazy arithmetic expr…
54 An extension of the Calc1 example that uses _extends_ to make calculator expressions valid function…
64 An extension of the Calc2 example that uses a Proto transform to calculate the arity of a calculato…
74 This example constructs a mini-library for linear algebra, using expression templates to eliminate …
76 This example uses a domain with a grammar to prune the set of overloaded operators. Only those oper…
86 …example of doing arbitrary type manipulations with Proto transforms. It takes some expression invo…
96 …example constructs a mini-library for linear algebra, using expression templates to eliminate the …
106 …example using `proto::extends<>` to extend a terminal type with additional behaviors, and using cu…
116 …n example of using `BOOST_PROTO_DEFINE_OPERATORS()` to Protofy expressions using `std::vector<>`, …
126 …example of using `BOOST_PROTO_DEFINE_OPERATORS()` to Protofy expressions using `std::vector<>` and…
146 An advanced example of a Proto transform that implements Howard Hinnant's design for /future groups…
156 This is an advanced example that shows how to implement a simple lambda EDSL with Proto, like the B…
166 This is an advanced example that shows how to externally parameterize a grammar's transforms. It de…