push_back.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <html>
  2. <head>
  3. <meta content="text/html; charset=windows-1252" http-equiv="content-type">
  4. <title>tuple/push_back.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/push_back.hpp</b> header
  9. defines a macro to append an element to the end of an <i>tuple</i>.</div>
  10. <h4>Usage</h4>
  11. <div class="code"> #include <b>&lt;boost/preprocessor/tuple/push_back.hpp&gt;</b>
  12. </div>
  13. <h4>Contents</h4>
  14. <ul>
  15. <li><a href="../../ref/tuple_push_back.html">BOOST_PP_TUPLE_PUSH_BACK</a>
  16. <a href="../../topics/variadic_macros.html#VNotation">(v)</a></li>
  17. </ul>
  18. <hr size="1">
  19. <div style="margin-left: 0px;"> <i>© Copyright Edward Diener 2013</i> </div>
  20. <div style="margin-left: 0px;">
  21. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  22. accompanying file <a href="../../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  23. or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  24. </div>
  25. </body>
  26. </html>