insert.html 1.2 KB

123456789101112131415161718192021222324252627
  1. <html>
  2. <head>
  3. <meta content="text/html; charset=windows-1252" http-equiv="content-type">
  4. <title>tuple/insert.hpp</title>
  5. <link rel="stylesheet" type="text/css" href="../../styles.css">
  6. </head>
  7. <body>
  8. <div style="margin-left: 0px;"> The <b>tuple/insert.hpp</b> header defines
  9. macros to insert an element into an <i>tuple</i>.</div>
  10. <h4>Usage</h4>
  11. <div class="code"> #include <b>&lt;boost/preprocessor/tuple/insert.hpp&gt;</b>
  12. </div>
  13. <h4>Contents</h4>
  14. <ul>
  15. <li><a href="../../ref/tuple_insert.html">BOOST_PP_TUPLE_INSERT</a> <a href="../../topics/variadic_macros.html#VNotation">(v)</a></li>
  16. <li><a href="../../ref/tuple_insert_d.html">BOOST_PP_TUPLE_INSERT_D</a> <a
  17. href="../../topics/variadic_macros.html#VNotation">(v)</a></li>
  18. </ul>
  19. <hr size="1">
  20. <div style="margin-left: 0px;"> <i>© Copyright Edward Diener 2013</i> </div>
  21. <div style="margin-left: 0px;">
  22. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  23. accompanying file <a href="../../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  24. or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  25. </div>
  26. </body>
  27. </html>