]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/doc/literal_expected.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / metaparse / doc / literal_expected.qbk
1 [#literal_expected]
2 [section literal_expected]
3
4 [h1 Synopsis]
5
6 namespace error
7 {
8 template <char C>
9 struct literal_expected;
10 }
11
12 This is a [link parsing_error_message parsing error message].
13
14 [table Arguments
15 [[Name] [Type]]
16 [[`C`] [`char` value]]
17 ]
18
19 [h1 Description]
20
21 Template class representing the error that a specific literal was expected. `C`
22 is the literal that was expected but not found.
23
24 [h1 Header]
25
26 #include <boost/metaparse/error/literal_expected.hpp>
27
28 [endsect]
29