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

Function evalDeferredImpl

include/hspp.h:3526–3529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3524
3525template <typename ClassT, typename T, typename = std::enable_if_t<std::is_same_v<MonadType<ClassT>, MonadType<T>>, void>>
3526constexpr auto evalDeferredImpl(T&& t)
3527{
3528 return std::forward<T>(t);
3529}
3530
3531template <typename ClassT, typename T>
3532constexpr auto evalDeferredImpl(DeferredPure<T> t)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected