Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Tutorial with examples

Arithmetic functions
List Generation

These examples require the following header:

boost/phoenix/function/lazy_prelude.hpp

The following statements should be in the execution code:

using boost::phoenix::arg_names::arg1;
using boost::phoenix::arg_names::arg2;
using namespace boost::phoenix;

To be developed.


PrevUpHomeNext