Changed Lazy<T> to take a lambda-function in its constructor. This avoids the need...
commit3b6051393d2f5902b2337d593da21eca5059b8c6
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 4 Nov 2017 20:10:32 +0000 (4 21:10 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 4 Nov 2017 20:10:32 +0000 (4 21:10 +0100)
tree503313070cca31018bf4b217f0e7ee5513f2e36b
parente3f5f0a801f2fc5c2b43a536af008bf722114643
Changed Lazy<T> to take a lambda-function in its constructor. This avoids the need for sub-classing.
docs/d0/dce/class_m_utils_1_1_lazy.html
docs/d8/d4d/_lazy_8h.html
docs/d8/d4d/_lazy_8h_source.html
docs/da/d44/class_m_utils_1_1_lazy-members.html
include/MUtils/Lazy.h