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

Function join

gil/std.impl.hpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62template <typename T, typename... Ts>
63static constexpr auto join(T head, Bundle<Ts...> tail) noexcept {
64 return Bundle<T, Ts...>{head, tail};
65}
66
67template <typename Lambda>
68constexpr auto invoke(Lambda lambda, Bundle<> const &) noexcept {

Callers 2

foldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected