rem.html 1.2 KB

123456789101112131415161718192021222324252627
  1. <html><head><title>tuple/rem.hpp</title>
  2. <link rel="stylesheet" type="text/css" href="../../styles.css"></head><body>
  3. <div style="margin-left: 0px;">
  4. The <b>tuple/rem.hpp</b> header defines a macro that removes the parentheses from a <i>tuple</i>.
  5. </div>
  6. <h4>Usage</h4>
  7. <div class="code">
  8. #include <b>&lt;boost/preprocessor/tuple/rem.hpp&gt;</b>
  9. </div>
  10. <h4>Contents</h4>
  11. <ul>
  12. <li><a href="../../ref/tuple_rem.html">BOOST_PP_TUPLE_REM</a> <a href="../../topics/variadic_macros.html#VNotation" target="_self">(v)</a><br>
  13. </li>
  14. <li><a href="../../ref/tuple_rem_ctor.html">BOOST_PP_TUPLE_REM_CTOR</a> <a href="../../topics/variadic_macros.html#VNotation" target="_self">(v)</a><br>
  15. </li>
  16. </ul>
  17. <hr size="1">
  18. <div style="margin-left: 0px;">
  19. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  20. <br><i>© Copyright Paul Mensonides 2002</i>
  21. </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> or
  25. 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></html>