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 a snapshot of the master branch, built from commit 064f557086.
PrevUpHomeNext

Macro BOOST_PROTO_EXTENDS_SUBSCRIPT

BOOST_PROTO_EXTENDS_SUBSCRIPT — For adding to an expression extension class an overloaded subscript operator that builds an expression template.

Synopsis

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

BOOST_PROTO_EXTENDS_SUBSCRIPT()

Description

Use BOOST_PROTO_EXTENDS_SUBSCRIPT() after BOOST_PROTO_BASIC_EXTENDS() to give an expression extension class an overloaded subscript operator that builds an expression template.

See also:


PrevUpHomeNext