diff --git a/doc/ref/array_pop_front.html b/doc/ref/array_pop_front.html index bac211a..0c3718d 100644 --- a/doc/ref/array_pop_front.html +++ b/doc/ref/array_pop_front.html @@ -1,59 +1,51 @@ -
--#include <boost/preprocessor/array/pop_front.hpp> + + +BOOST_PP_ARRAY_POP_FRONT + + + +The BOOST_PP_ARRAY_POP_FRONT macro + pops an element from the beginning of an array.+Usage
+BOOST_PP_ARRAY_POP_FRONT(array)+Arguments
+
#include <boost/preprocessor/array/pop_front.hpp> #define ARRAY (3, (a, b, c)) BOOST_PP_ARRAY_POP_FRONT(ARRAY) // expands to (2, (b, c))
Distributed under the Boost Software License, Version 1.0. (See - accompanying file LICENSE_1_0.txt or - copy at www.boost.org/LICENSE_1_0.txt)
-Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt + or copy at www.boost.org/LICENSE_1_0.txt)
+