Boost C++ Libraries Home Libraries People FAQ More

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