|
Pretty Good Sum Type
1.0.0
|
Fold left, primary template. More...
#include <logical.hpp>
Fold left, primary template.
Left fold of a metafunction through a parameter pack
| Acc | Accumulator |
| F | Metafunction class |
| Ts | Parameter pack (possibly empty) |
F to the initial state Acc and the elements of the sequence Ts.
computes
1.8.10