Files
preprocessor/doc/ref/seq_reverse_s.html

45 lines
922 B
HTML
Raw Normal View History

2002-10-13 05:47:23 +00:00
<html>
2002-11-07 23:39:29 +00:00
<head>
<title>BOOST_PP_SEQ_REVERSE_S</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>BOOST_PP_SEQ_REVERSE_S</b> macro reverses a <i>seq</i>.&nbsp; It
reenters <b>BOOST_PP_SEQ_FOLD_LEFT</b> with maximum efficiency.
</div>
<h4>
Usage
</h4>
2002-10-13 05:47:23 +00:00
<div class="code">
2002-11-07 23:39:29 +00:00
<b>BOOST_PP_SEQ_REVERSE_S</b>(<i>s</i>, <i>seq</i>)
2002-10-13 05:47:23 +00:00
</div>
2002-11-07 23:39:29 +00:00
<h4>
Arguments
</h4>
2002-10-13 05:47:23 +00:00
<dl>
<dt>s</dt>
<dd>
2002-11-07 23:39:29 +00:00
The next available <b>BOOST_PP_SEQ_FOLD_LEFT</b> fold step.
2002-10-13 05:47:23 +00:00
</dd>
2002-11-07 23:39:29 +00:00
<dt>seq</dt>
2002-10-13 05:47:23 +00:00
<dd>
2002-11-07 23:39:29 +00:00
The <i>seq</i> to be reversed.
2002-10-13 05:47:23 +00:00
</dd>
</dl>
2002-11-07 23:39:29 +00:00
<h4>
See Also
</h4>
2002-10-13 05:47:23 +00:00
<ul>
2002-11-07 23:39:29 +00:00
<li>
<a href="seq_reverse.html">BOOST_PP_SEQ_REVERSE</a></li>
2002-10-13 05:47:23 +00:00
</ul>
2002-11-07 23:39:29 +00:00
<h4>
Requirements
</h4>
2002-10-13 05:47:23 +00:00
<div>
<b>Header:</b> &nbsp;<a href="../headers/seq/reverse.html">&lt;boost/preprocessor/seq/reverse.hpp&gt;</a>
2002-10-13 05:47:23 +00:00
</div>
2002-11-07 23:39:29 +00:00
</body>
2002-10-13 05:47:23 +00:00
</html>