pop_back.html 1.3 KB

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