Defines | |
#define | BOOST_PP_TUPLE_ELEM(N, I, T) |
Expands to the I:th element of an N-tuple. More... | |
#define | BOOST_PREPROCESSOR_TUPLE_ELEM(N, I, T) |
Obsolete. Use BOOST_PP_TUPLE_ELEM(). More... |
|
Expands to the I:th element of an N-tuple. Tuples can be used for representing structured data. Examples of tuples:
Example:
The above expands to:
See also BOOST_PP_LIMIT_TUPLE. |
|
Obsolete. Use BOOST_PP_TUPLE_ELEM().
|
© Copyright Housemarque Oy 2001
Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. This document is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.
Generated: