]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/doc/none_of_the_expected_cases_found.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / metaparse / doc / none_of_the_expected_cases_found.qbk
1 [#none_of_the_expected_cases_found]
2 [section none_of_the_expected_cases_found]
3
4 [h1 Synopsis]
5
6 namespace error
7 {
8 struct none_of_the_expected_cases_found;
9 }
10
11 This is a [link parsing_error_message parsing error message].
12
13 [h1 Description]
14
15 Class representing the error that none of a list of parsers could parse the
16 input.
17
18 [h1 Header]
19
20 #include <boost/metaparse/error/none_of_the_expected_cases_found.hpp>
21
22 [endsect]
23