AimRT/_deps/boost-src/libs/metaparse/doc/getting_started_6.qbk

5 lines
136 B
Plaintext
Raw Permalink Normal View History

2025-01-12 20:40:48 +08:00
[#getting_started_6]
using vector_of_numbers = boost::mpl::vector< boost::mpl::int_<2>, boost::mpl::int_<5>, boost::mpl::int_<6> >;