![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
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) |