LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
lazy.h File Reference
#include <functional>
#include "monadplus.h"
+ Include dependency graph for lazy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LC
 
namespace  LC::Util
 

Typedefs

template<typename T>
using LC::Util::Lazy_t = std::function<T ()>
 

Functions

template<typename T>
Lazy_t< T > LC::Util::MakeLazy (const T &t)
 
template<typename R, typename F>
Lazy_t< R > LC::Util::MakeLazyF (const F &l)