to_array.html 999 B

1234567891011121314151617181920212223242526272829
  1. <html>
  2. <head>
  3. <title>list/to_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>list/to_array.hpp</b> header defines a macro to convert a <i>list</i> to an <i>array</i>.
  9. </div>
  10. <h4>Usage</h4>
  11. <div class="code">
  12. #include <b>&lt;boost/preprocessor/list/to_array.hpp&gt;</b>
  13. </div>
  14. <h4>Contents</h4>
  15. <ul>
  16. <li><a href="../../ref/list_to_array.html">BOOST_PP_LIST_TO_ARRAY</a></li>
  17. <li><a href="../../ref/list_to_array_d.html">BOOST_PP_LIST_TO_ARRAY_D</a></li>
  18. </ul>
  19. <hr size="1">
  20. <div style="margin-left: 0px;">
  21. <i></i><i>© Copyright Edward Diener 2011</i>
  22. </div>
  23. <div style="margin-left: 0px;">
  24. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  25. accompanying file <a href="../../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  26. copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  27. </div>
  28. </body>
  29. </html>