MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / fold

Function fold

gil/std.impl.hpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template <typename Lambda>
79constexpr auto fold(Lambda, Bundle<> const &, Bundle<> const &) noexcept {
80 return Bundle<>{};
81}
82
83template <typename Lambda, typename L, typename... Ls, typename R,
84 typename... Rs>

Callers 1

operator()Method · 0.85

Calls 1

joinFunction · 0.85

Tested by

no test coverage detected