Defines | |
#define | BOOST_PP_LIST_FOLD_LEFT(F, P, L) |
Iterates F(D,P,X) for each element X of the list L (from the left or the start of the list). More... |
|
Iterates F(D,P,X) for each element X of the list L (from the left or the start of the list). In other words,
expands to:
Note that folding, or accumulation, is a very general pattern of computation. Most list operations can be implemented in terms of folding. See BOOST_PP_LIST_FOLD_RIGHT(). |
© 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: