1<html> 2 <head> 3 <title>BOOST_PP_SEQ_TO_TUPLE</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_SEQ_TO_TUPLE</b> macro converts a <i>seq</i> to an <i>tuple</i>. 9 </div> 10 <h4> 11 Usage 12 </h4> 13 <div class="code"> 14 <b>BOOST_PP_SEQ_TO_TUPLE</b>(<i>seq</i>) 15 </div> 16 <h4> 17 Arguments 18 </h4> 19 <dl> 20 <dt>seq</dt> 21 <dd> 22 The <i>seq</i> to be converted. 23 </dd> 24 </dl> 25 <h4> 26 Requirements 27 </h4> 28 <div> 29 <b>Header:</b> <a href="../headers/seq/to_tuple.html"><boost/preprocessor/seq/to_tuple.hpp></a> 30 </div> 31 <h4> 32 Sample Code 33 </h4> 34 <div> 35 <pre> 36#include <<a href="../headers/seq/to_tuple.html">boost/preprocessor/seq/to_tuple.hpp</a>> 37 38#define SEQ (a)(b)(c) 39 40<a href="seq_to_tuple.html">BOOST_PP_SEQ_TO_TUPLE</a>(SEQ) // expands to (a, b, c) 41</pre> 42 </div> 43 <hr size="1"> 44 <div style="margin-left: 0px;"> 45 <i>� Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i> 46 </br><i>� Copyright Paul Mensonides 2002</i> 47 </div> 48 <div style="margin-left: 0px;"> 49 <p><small>Distributed under the Boost Software License, Version 1.0. (See 50 accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or 51 copy at <a href= 52 "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> 53 </div> 54 </body> 55</html> 56