• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[#getting_started_0]
2
3  #include <boost/metaparse/build_parser.hpp>
4  using namespace boost::metaparse;
5  using exp_parser1 = build_parser<int_>;
6
7