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 for the latest Boost documentation.
PrevUpHomeNext

Macro BOOST_PROTO_a

BOOST_PROTO_a — Generates sequences like a0, a1, ... aN-1 .

Synopsis

// In header: <boost/proto/repeat.hpp>

BOOST_PROTO_a(N)

Description

Intended for use with the BOOST_PROTO_REPEAT() and BOOST_PROTO_LOCAL_ITERATE() macros.

BOOST_PROTO_a(N) generates sequences like:

a0, a1, ... aN-1


PrevUpHomeNext