Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
template <typename Lambda>
79
constexpr auto fold(Lambda, Bundle<> const &, Bundle<> const &) noexcept {
80
return Bundle<>{};
81
}
82
83
template <typename Lambda, typename L, typename... Ls, typename R,
84
typename... Rs>
Callers
1
operator()
Method · 0.85
Calls
1
join
Function · 0.85
Tested by
no test coverage detected