]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/preprocessor/doc/ref/tuple_pop_back_z.html
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / ref / tuple_pop_back_z.html
1 <html>
2 <head>
3 <meta content="text/html; charset=windows-1252" http-equiv="content-type">
4 <title>BOOST_PP_TUPLE_POP_BACK_Z</title>
5 <link rel="stylesheet" type="text/css" href="../styles.css">
6 </head>
7 <body>
8 <div style="margin-left: 0px;"> The <b>BOOST_PP_TUPLE_POP_BACK_Z</b> macro
9 pops an element from the end of an <i>tuple</i>.&nbsp; It reenters <b>BOOST_PP_REPEAT</b>
10 with maximum efficiency. </div>
11 <h4>Usage</h4>
12 <div class="code"> <b>BOOST_PP_TUPLE_POP_BACK_Z</b>(<i>z</i>, <i>tuple</i>)
13 <a href="../topics/variadic_macros.html#VNotation"><sup>(v)</sup></a></div>
14 <h4>Arguments</h4>
15 <dl>
16 <dt>z</dt>
17 <dd> The next available <b>BOOST_PP_REPEAT</b> dimension. </dd>
18 <dt>tuple</dt>
19 <dd> The <i>tuple</i> to pop an element from.</dd>
20 </dl>
21 <h4>Remarks</h4>
22 <div> This macro returns <i>tuple</i> after removing the last
23 element.&nbsp; If <i>tuple</i> has only a single element, it remains
24 unchanged since a&nbsp;<i>tuple </i>must have at least one element.</div>
25 <h4>See Also</h4>
26 <ul>
27 <li><a href="tuple_pop_back.html">BOOST_PP_TUPLE_POP_BACK</a></li>
28 </ul>
29 <h4>Requirements</h4>
30 <div> <b>Header:</b> &nbsp;<a href="../headers/tuple/pop_back.html">&lt;boost/preprocessor/tuple/pop_back.hpp&gt;</a>
31 </div>
32 <hr size="1">
33 <div style="margin-left: 0px;"> <i>© Copyright Edward Diener 2013</i> </div>
34 <div style="margin-left: 0px;">
35 <p><small>Distributed under the Boost Software License, Version 1.0. (See
36 accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
37 or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
38 </div>
39 </body>
40 </html>