]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/preprocessor/doc/ref/seq_cat_s.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / ref / seq_cat_s.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3 <title>BOOST_PP_SEQ_CAT_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_CAT_S</b> macro concatenates all elements in a <i>seq</i>.&nbsp;
9 It 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_CAT_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> whose elements are to be concatenated.
28 </dd>
29 </dl>
30 <h4>
31 Remarks
32 </h4>
33 <div>
34 Elements are concatenated left-to-right starting with index <i>0</i>.
35 </div>
36 <h4>
37 See Also
38 </h4>
39 <ul>
40 <li>
41 <a href="seq_cat.html">BOOST_PP_SEQ_CAT</a></li>
42 </ul>
43 <h4>
44 Requirements
45 </h4>
46 <div>
47 <b>Header:</b> &nbsp;<a href="../headers/seq/cat.html">&lt;boost/preprocessor/seq/cat.hpp&gt;</a>
48 </div>
49 <hr size="1">
50 <div style="margin-left: 0px;">
51