extended array support

[SVN r15747]
This commit is contained in:
Paul Mensonides
2002-10-06 02:37:37 +00:00
parent 3807daaf45
commit b2bd498a4f
24 changed files with 770 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<html>
<head>
<title>array/push_back.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>array/push_back.hpp</b> header defines a macro to append an element to the end of an <i>array</i>.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/array/push_back.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/array_push_back.html">BOOST_PP_ARRAY_PUSH_BACK</a></li>
</ul>
</body>
</html>