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

Function invoke

gil/std.impl.hpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67template <typename Lambda>
68constexpr auto invoke(Lambda lambda, Bundle<> const &) noexcept {
69 return lambda();
70}
71
72template <typename Lambda, typename T, typename... Ts>
73constexpr auto invoke(Lambda lambda, Bundle<T, Ts...> const &bundle) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected