stribog.meta.fold

Members

Templates

staticFold
template staticFold(alias F, T...)

Static version of std.algorithm.reduce (or fold). Expects that F takes accumulator as first argument and a value as second argument.

Meta

License

Subject to the terms of the Boost 1.0 license as specified in LICENSE file

Authors

Anton Gushcha <ncrashed@gmail.com>

Template folds - extension of std.typecons;