Typedef TRAP::Ref# Typedef Documentation# template<typename T>using TRAP::Ref = std::shared_ptr<T># Wrapper for std::shared_ptr. Related to memory management which is still in planing.