]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/example/getting_started/4.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / metaparse / example / getting_started / 4.hpp
1 #ifndef BOOST_METAPARSE_GETTING_STARTED_4_HPP
2 #define BOOST_METAPARSE_GETTING_STARTED_4_HPP
3
4 // Automatically generated header file
5
6 // Definitions before section 3.3
7 #include "3_3.hpp"
8
9 // Definitions of section 3.3
10 // query:
11 // exp_parser2::apply<BOOST_METAPARSE_STRING("11 ")>::type
12
13 #include <boost/metaparse/token.hpp>
14
15 using exp_parser3 = build_parser<entire_input<token<int_>>>;
16
17 // query:
18 // exp_parser3::apply<BOOST_METAPARSE_STRING("11 ")>::type
19
20 #endif
21