MCPcopy Create free account
hub / github.com/BowenFu/hspp / evalDeferredImpl

Function evalDeferredImpl

develop/include/typeclass.h:1710–1713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1708
1709template <typename ClassT, typename T, typename = std::enable_if_t<std::is_same_v<MonadType<ClassT>, MonadType<T>>, void>>
1710constexpr auto evalDeferredImpl(T&& t)
1711{
1712 return std::forward<T>(t);
1713}
1714
1715template <typename ClassT, typename T>
1716constexpr auto evalDeferredImpl(DeferredPure<T> t)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected