Forward declares boost::hana::scan_left.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Variables | |
| constexpr auto | boost::hana::scan_left | 
| Fold a Sequence to the left and return a list containing the successive reduction states.Like fold_left,scan_leftreduces a sequence to a single value using a binary operation. However, unlikefold_left, it builds up a sequence of the intermediary results computed along the way and returns that instead of only the final reduction state. Likefold_left,scan_leftcan be used with or without an initial reduction state.  More... | |
Forward declares boost::hana::scan_left.