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 an older version of Boost and was released in 2013. The current version is 1.89.0.
BOOST_PROTO_A_ref —
Generates sequences like
A0 &,
A1 &, ...
AN-1 &
.
// In header: <boost/proto/repeat.hpp>
BOOST_PROTO_A_ref(N)
Intended for use with the BOOST_PROTO_REPEAT()
and BOOST_PROTO_LOCAL_ITERATE() macros.
BOOST_PROTO_A_ref( generates sequences like:
N)
A0 &, A1 &, ... AN-1 &