OSDN Git Service

Yet another small improvements to library initialization code.
[mutilities/MUtilities.git] / include / MUtils / Lazy.h
2019-05-02 LoRd_MuldeRUpdated copyright year.
2018-12-08 LoRd_MuldeRAdded initialized() function.
2018-12-08 LoRd_MuldeRSome improvements to Lazy<T> class. Ensures that initia...
2018-12-07 LoRd_MuldeRSmall optimization in Lazy<T> class.
2018-04-15 LoRd_MuldeRSome improvements to Lazy<T> class.
2018-04-15 LoRd_MuldeRSome improvements to Lazy<T> class.
2018-04-14 LoRd_MuldeRLazy<T> class: Destroy the wrapped T object when the...
2018-01-17 LoRd_MuldeRHappy new year 2018!
2017-11-04 LoRd_MuldeRChanged Lazy<T> to take a lambda-function in its constr...
2017-11-04 LoRd_MuldeRDelete initializer, if it could not be stored.
2017-11-04 LoRd_MuldeRAdded the Lazy<T> class, for "lazy" initialization.