diff --git a/doc/reference/add_8hpp.html b/doc/reference/add_8hpp.html index dba239e..3227f0d 100644 --- a/doc/reference/add_8hpp.html +++ b/doc/reference/add_8hpp.html @@ -3,7 +3,7 @@ src="../../../../c++boost.gif" width=277 align=center>
Defines | |
#define | BOOST_PP_TUPLE_EAT(N) |
Expands to a macro that eats a tuple of the specified length. More... |
+
+
+
|
+
+ + | +
+
+ +Expands to a macro that eats a tuple of the specified length. + +BOOST_PP_TUPLE_EAT() is designed to be used with BOOST_PP_IF() like BOOST_PP_EMPTY(). + +For example: + + + +The above expands to nothing. |
+
© 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:
diff --git a/doc/reference/elem_8hpp.html b/doc/reference/elem_8hpp.html new file mode 100644 index 0000000..d295a36 --- /dev/null +++ b/doc/reference/elem_8hpp.html @@ -0,0 +1,115 @@ +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 B. + +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:
diff --git a/doc/reference/empty_8hpp.html b/doc/reference/empty_8hpp.html index 598e74e..e6a7aea 100644 --- a/doc/reference/empty_8hpp.html +++ b/doc/reference/empty_8hpp.html @@ -3,7 +3,7 @@ src="../../../../c++boost.gif" width=277 align=center>comparison.hpp | ||||||||||||
dec.hpp | ||||||||||||
div.hpp | ||||||||||||
eat.hpp | ||||||||||||
elem.hpp | ||||||||||||
empty.hpp | ||||||||||||
enum_params.hpp | ||||||||||||
enum_params_with_a_default.hpp |
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... |
-
-
-
|
-
- - | -
-
+Includes all tuple headers.
-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 diff --git a/doc/reference/while_8hpp.html b/doc/reference/while_8hpp.html index acb202c..6019e30 100644 --- a/doc/reference/while_8hpp.html +++ b/doc/reference/while_8hpp.html @@ -3,7 +3,7 @@ src="../../../../c++boost.gif" width=277 align=center>