| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>array.hpp</title> |
|---|
| 4 | <link rel="stylesheet" type="text/css" href="../styles.css"> |
|---|
| 5 | </head> |
|---|
| 6 | <body> |
|---|
| 7 | <div style="margin-left: 0px;"> |
|---|
| 8 | The <b>array.hpp</b> includes the headers in the <i>array</i> folder. |
|---|
| 9 | </div> |
|---|
| 10 | <h4>Usage</h4> |
|---|
| 11 | <div class="code"> |
|---|
| 12 | #include <b><boost/preprocessor/array.hpp></b> |
|---|
| 13 | </div> |
|---|
| 14 | <h4>Includes</h4> |
|---|
| 15 | <ul> |
|---|
| 16 | <li><a href="array/data.html"><boost/preprocessor/array/data.hpp></a></li> |
|---|
| 17 | <li><a href="array/elem.html"><boost/preprocessor/array/elem.hpp></a></li> |
|---|
| 18 | <li><a href="array/insert.html"><boost/preprocessor/array/insert.hpp></a></li> |
|---|
| 19 | <li><a href="array/pop_back.html"><boost/preprocessor/array/pop_back.hpp></a></li> |
|---|
| 20 | <li><a href="array/pop_front.html"><boost/preprocessor/array/pop_front.hpp></a></li> |
|---|
| 21 | <li><a href="array/push_back.html"><boost/preprocessor/array/push_back.hpp></a></li> |
|---|
| 22 | <li><a href="array/push_front.html"><boost/preprocessor/array/push_front.hpp></a></li> |
|---|
| 23 | <li><a href="array/remove.html"><boost/preprocessor/array/remove.hpp></a></li> |
|---|
| 24 | <li><a href="array/replace.html"><boost/preprocessor/array/replace.hpp></a></li> |
|---|
| 25 | <li><a href="array/reverse.html"><boost/preprocessor/array/reverse.hpp></a></li> |
|---|
| 26 | <li><a href="array/size.html"><boost/preprocessor/array/size.hpp></a></li> |
|---|
| 27 | </ul> |
|---|
| 28 | <hr size="1"> |
|---|
| 29 | <div style="margin-left: 0px;"> |
|---|
| 30 | <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i> |
|---|
| 31 | </br><i>© Copyright Paul Mensonides 2002</i> |
|---|
| 32 | </div> |
|---|
| 33 | <div style="margin-left: 0px;"> |
|---|
| 34 | <p><small>Distributed under the Boost Software License, Version 1.0. (See |
|---|
| 35 | accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or |
|---|
| 36 | copy at <a href= |
|---|
| 37 | "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> |
|---|
| 38 | </div> |
|---|
| 39 | </body> |
|---|
| 40 | </html> |
|---|