]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/vmd/tuple/remove.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / vmd / tuple / remove.hpp
index 7f1324798d61d6cbb71a4983db224606e908ecaa..e415071119f676a0f73e023662d22b532df46457 100644 (file)
@@ -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.