]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/metaparse/doc/start.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / metaparse / doc / start.qbk
CommitLineData
7c673cae
FG
1[#start]
2[section start]
3
4[h1 Synopsis]
5
6 struct start;
7
8This is a [link metaprogramming_value template metaprogramming value] of type
9[link source_position source position].
10
11[h1 Description]
12
13It represents the beginning of an input text.
14
15[h1 Header]
16
17 #include <boost/metaparse/start.hpp>
18
19[endsect]
20