update boost
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
\brief pops an element from the end of a tuple. It reenters BOOST_PP_REPEAT with maximum efficiency.
|
||||
|
||||
z = the next available BOOST_PP_REPEAT dimension.
|
||||
z = the next available BOOST_PP_REPEAT dimension. <br/>
|
||||
tuple = tuple to pop an element from.
|
||||
|
||||
If the tuple is an empty tuple the result is undefined.
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
\brief pops an element from the front of a tuple. It reenters BOOST_PP_REPEAT with maximum efficiency.
|
||||
|
||||
z = the next available BOOST_PP_REPEAT dimension.
|
||||
z = the next available BOOST_PP_REPEAT dimension. <br/>
|
||||
tuple = tuple to pop an element from.
|
||||
|
||||
If the tuple is an empty tuple the result is undefined.
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
\brief appends an element to the end of a tuple.
|
||||
|
||||
tuple = tuple to to append an element to.
|
||||
tuple = tuple to to append an element to. <br/>
|
||||
elem = element to append.
|
||||
|
||||
If the tuple is an empty tuple the result is a tuple with the single element.
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
\brief inserts an element at the beginning of a tuple.
|
||||
|
||||
tuple = tuple to insert an element at.
|
||||
tuple = tuple to insert an element at. <br/>
|
||||
elem = element to insert.
|
||||
|
||||
If the tuple is an empty tuple the result is a tuple with the single element.
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
\brief removes an element from a tuple.
|
||||
|
||||
tuple = tuple from which an element is to be removed.
|
||||
tuple = tuple from which an element is to be removed. <br/>
|
||||
index = The zero-based position in tuple of the element to be removed.
|
||||
|
||||
If index is greater or equal to the tuple size the result is undefined.
|
||||
@@ -57,8 +57,8 @@
|
||||
|
||||
\brief removes an element from a tuple. It reenters BOOST_PP_WHILE with maximum efficiency.
|
||||
|
||||
d = The next available BOOST_PP_WHILE iteration.
|
||||
tuple = tuple from which an element is to be removed.
|
||||
d = The next available BOOST_PP_WHILE iteration. <br/>
|
||||
tuple = tuple from which an element is to be removed. <br/>
|
||||
index = The zero-based position in tuple of the element to be removed.
|
||||
|
||||
If index is greater or equal to the tuple size the result is undefined.
|
||||
|
||||
Reference in New Issue
Block a user