...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_typename_A —
Generates sequences like
typename A0,
typename A1, …
typename AN-1
.
// In header: <boost/proto/repeat.hpp>
BOOST_PROTO_typename_A(N)
Intended for use with the BOOST_PROTO_REPEAT()
and BOOST_PROTO_LOCAL_ITERATE()
macros.
BOOST_PROTO_typename_A(
generates sequences like:
N
)
typename A0, typename A1, … typename AN-1