Ark Server API (ASE) - Wiki
|
#include <SharedPtr.h>
Static Public Member Functions | |
static void | release (C *pObj) noexcept |
The default release policy for SharedPtr, which simply uses the delete operator to delete an object.
Definition at line 60 of file SharedPtr.h.
|
inlinestaticnoexcept |
Delete the object. Note that pObj can be nullptr.
Definition at line 65 of file SharedPtr.h.