Getting started
Examples
Developers
Ptr
Ptr::operator*()
Ptr::alloc()
Reference counted pointer.
It works like std::shared_ptr<T>
std::shared_ptr<T>
T – C++ type we point to
Public Functions
Dereference the pointer.
Public Static Functions
Allocate a new object and return a Ptr to it.
ARGS –
args – Arguments passed into a constructor