Template Class CachedPtr

Class Documentation

template<typename Type>
class CachedPtr

Public Functions

CachedPtr() = default
inline std::shared_ptr<Type> operator()(std::function<std::shared_ptr<Type>()> make)