...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
BOOST_PROTO_EXTENDS_ASSIGN — For adding to an expression extension class an overloaded assignment operator that builds an expression template.
// In header: <boost/proto/extends.hpp>
BOOST_PROTO_EXTENDS_ASSIGN()
Use BOOST_PROTO_EXTENDS_ASSIGN()
after
BOOST_PROTO_BASIC_EXTENDS()
to give an expression
extension class an overloaded assignment operator that builds an expression template.
See also: