• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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		<i>� Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
46		</br><i>� Copyright Paul Mensonides 2002</i>
47	</div>
48	<div style="margin-left: 0px;">
49		<p><small>Distributed under the Boost Software License, Version 1.0. (See
50		accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
51		copy at <a href=
52		"http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
53	</div>
54	</body>
55</html>
56