Lazy

Functions

Lazy

Lazy

void

operator=

T const &

Get

Detailed Description

template<typename T>
class Lazy

Public Functions

inline explicit Lazy(std::function<T()> const &lazyExpr)
inline Lazy(Lazy &&other)
inline void operator=(Lazy &&other)
inline T const &Get()