LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
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

 LC
 
 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)