array_pop_back_z.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <html>
  2. <head>
  3. <title>BOOST_PP_ARRAY_POP_BACK_Z</title>
  4. <link rel="stylesheet" type="text/css" href="../styles.css">
  5. </head>
  6. <body>
  7. <div style="margin-left: 0px;">
  8. The <b>BOOST_PP_ARRAY_POP_BACK_Z</b> macro pops an element from the end of an <i>array</i>.&nbsp;
  9. It reenters <b>BOOST_PP_REPEAT</b> with maximum efficiency.
  10. </div>
  11. <h4>Usage</h4>
  12. <div class="code">
  13. <b>BOOST_PP_ARRAY_POP_BACK_Z</b>(<i>z</i>, <i>array</i>)
  14. </div>
  15. <h4>Arguments</h4>
  16. <dl>
  17. <dt>z</dt>
  18. <dd>
  19. The next available <b>BOOST_PP_REPEAT</b> dimension.
  20. </dd>
  21. <dt>array</dt>
  22. <dd>
  23. The <i>array</i> to pop an element from.
  24. </dd>
  25. </dl>
  26. <h4>Remarks</h4>
  27. <div>
  28. This macro returns <i>array</i> after removing the last element.&nbsp;
  29. If <i>array</i> has no elements, the result of applying this macro is undefined.
  30. </div>
  31. <h4>See Also</h4>
  32. <ul>
  33. <li><a href="array_pop_back.html">BOOST_PP_ARRAY_POP_BACK</a></li>
  34. </ul>
  35. <h4>Requirements</h4>
  36. <div>
  37. <b>Header:</b> &nbsp;<a href="../headers/array/pop_back.html">&lt;boost/preprocessor/array/pop_back.hpp&gt;</a>
  38. </div>
  39. <hr size="1">
  40. <div style="margin-left: 0px;">
  41. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  42. </br><i>© Copyright Paul Mensonides 2002</i>
  43. </div>
  44. <div style="margin-left: 0px;">
  45. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  46. accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  47. copy at <a href=
  48. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  49. </div>
  50. </body>
  51. </html>