rll/functional/lazy.h file

Namespaces

namespace rll
Contract-programming related functions and classes.

Functions

template <typename F>
auto lazy(F&& f) →  auto
Constructs a lazy object from a given function object.