]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/preprocessor/doc/ref/seq_reverse_s.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / ref / seq_reverse_s.html
CommitLineData
7c673cae
FG
1<html>
2 <head>
3 <title>BOOST_PP_SEQ_REVERSE_S</title>
4 <link rel="stylesheet" type="text/css" href="../styles.css">
5 </head>
6 <body>
7 <div style="margin-left: 0px;">
8 The <b>BOOST_PP_SEQ_REVERSE_S</b> macro reverses a <i>seq</i>.&nbsp; It
9 reenters <b>BOOST_PP_SEQ_FOLD_LEFT</b> with maximum efficiency.
10 </div>
11 <h4>
12 Usage
13 </h4>
14 <div class="code">
15 <b>BOOST_PP_SEQ_REVERSE_S</b>(<i>s</i>, <i>seq</i>)
16 </div>
17 <h4>
18 Arguments
19 </h4>
20 <dl>
21 <dt>s</dt>
22 <dd>
23 The next available <b>BOOST_PP_SEQ_FOLD_LEFT</b> fold step.
24 </dd>
25 <dt>seq</dt>
26 <dd>
27 The <i>seq</i> to be reversed.
28 </dd>
29 </dl>
30 <h4>
31 See Also
32 </h4>
33 <ul>
34 <li>
35 <a href="seq_reverse.html">BOOST_PP_SEQ_REVERSE</a></li>
36 </ul>
37 <h4>
38 Requirements
39 </h4>
40 <div>
41 <b>Header:</b> &nbsp;<a href="../headers/seq/reverse.html">&lt;boost/preprocessor/seq/reverse.hpp&gt;</a>
42 </div>
43 <hr size="1">
44 <div style="margin-left: 0px;">
45