]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/preprocessor/doc/ref/variadic_to_seq.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / ref / variadic_to_seq.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3 <title>BOOST_PP_VARIADIC_TO_SEQ</title>
4 <link rel="stylesheet" type="text/css" href="../styles.css">
5</head>
6<body>
7<div style="margin-left: 0px;"> The <b>BOOST_PP_VARIADIC_TO_SEQ</b> variadic macro
8converts a <i>variadic data</i> to a <i>seq</i>. </div>
9<h4> Usage </h4>
10<div class="code"> <b>BOOST_PP_VARIADIC_TO_SEQ</b>(<i>...</i>) <a href="../topics/variadic_macros.html#VNotation" target="_self"><sup>(v)</sup></a><br>
11 </div>
12<h4> Arguments </h4>
13<dl><dt>...<br>
14</dt>
15 <dd> The <i>variadic data</i> to be converted. </dd>
16</dl>
17<h4> Requirements </h4>
18<div> <b>Header:</b> &nbsp;<a href="../headers/variadic/to_seq.html">&lt;boost/preprocessor/variadic/to_seq.hpp&gt;</a>
19</div>
20<h4> Sample Code </h4>
21<div>
22<pre>#include &lt;<a href="../headers/variadic/to_seq.html">boost/preprocessor/variadic/to_seq.hpp</a>&gt;<br><br><a href="variadic_to_seq.html">BOOST_PP_VARIADIC_TO_SEQ</a>(a, b, c) // expands to (a)(b)(c)<br></pre>
23</div>
24<hr size="1">
25