Typedef Karana::Core::ks_ptr# Defined in File SharedPointer.h Typedef Documentation# template<typename T>using Karana::Core::ks_ptr = std::shared_ptr<T># The smart pointer type used in kdFlex. This is currently just an alias to std::shared_ptr. Template Parameters: T – The object type that the smart pointer points to.