Home | Libraries | People | FAQ | More |
BOOST_PROTO_A_const_ref —
Generates sequences like
A0 const &,
A1 const &, ...
AN-1 const &
.
// In header: <boost/proto/repeat.hpp>
BOOST_PROTO_A_const_ref(N)
Intended for use with the BOOST_PROTO_REPEAT()
and BOOST_PROTO_LOCAL_ITERATE()
macros.
BOOST_PROTO_A_const_ref(
generates sequences like:
N
)
A0 const &, A1 const &, ... AN-1 const &