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/enum.html"><boost/preprocessor/array/enum.hpp></a></li> 19 <li><a href="array/insert.html"><boost/preprocessor/array/insert.hpp></a></li> 20 <li><a href="array/pop_back.html"><boost/preprocessor/array/pop_back.hpp></a></li> 21 <li><a href="array/pop_front.html"><boost/preprocessor/array/pop_front.hpp></a></li> 22 <li><a href="array/push_back.html"><boost/preprocessor/array/push_back.hpp></a></li> 23 <li><a href="array/push_front.html"><boost/preprocessor/array/push_front.hpp></a></li> 24 <li><a href="array/remove.html"><boost/preprocessor/array/remove.hpp></a></li> 25 <li><a href="array/replace.html"><boost/preprocessor/array/replace.hpp></a></li> 26 <li><a href="array/reverse.html"><boost/preprocessor/array/reverse.hpp></a></li> 27 <li><a href="array/size.html"><boost/preprocessor/array/size.hpp></a></li> 28 <li><a href="array/to_list.html"><boost/preprocessor/array/to_list.hpp></a></li> 29 <li><a href="array/to_seq.html"><boost/preprocessor/array/to_seq.hpp></a></li> 30 <li><a href="array/to_tuple.html"><boost/preprocessor/array/to_tuple.hpp></a></li> 31 </ul> 32 <hr size="1"> 33 <div style="margin-left: 0px;"> 34 <i>� Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i> 35 <br><i>� Copyright Paul Mensonides 2002</i> 36 </div> 37 <div style="margin-left: 0px;"> 38 <p><small>Distributed under the Boost Software License, Version 1.0. (See 39 accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or 40 copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> 41 </div> 42</body> 43</html> 44