]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/preprocessor/doc/ref/frame_finish.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / ref / frame_finish.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3 <title>BOOST_PP_FRAME_FINISH</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_FRAME_FINISH</b> macro expands to the upper bound of an absolute <i>file-iteration</i> depth.
9 </div>
10 <h4>Usage</h4>
11 <div class="code">
12 <b>BOOST_PP_FRAME_FINISH</b>(<i>i</i>)
13 </div>
14 <h4>Arguments</h4>
15 <dl>
16 <dt>i</dt>
17 <dd>
18 The absolute depth of the frame whose upper bound is to be retreived.&nbsp;
19 Valid values range from <i>1</i> to <b>BOOST_PP_ITERATION_DEPTH</b>().
20 </dd>
21 </dl>
22 <h4>Remarks</h4>
23 <div>
24 This macro is only valid when a <i>file-iteration</i> is in progress.
25 </div>
26 <h4>Requirements</h4>
27 <div>
28 <b>Header:</b> &nbsp;<a href="../headers/iteration/iterate.html">&lt;boost/preprocessor/iteration/iterate.hpp&gt;</a>
29 </div>
30 <hr size="1">
31 <div style="margin-left: 0px;">
32