Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::ReleasePolicy< C > Class Template Reference

#include <SharedPtr.h>

Static Public Member Functions

static void release (C *pObj) noexcept
 

Detailed Description

template<class C>
class Poco::ReleasePolicy< C >

The default release policy for SharedPtr, which simply uses the delete operator to delete an object.

Definition at line 60 of file SharedPtr.h.

Member Function Documentation

◆ release()

template<class C >
static void Poco::ReleasePolicy< C >::release ( C * pObj)
inlinestaticnoexcept

Delete the object. Note that pObj can be nullptr.

Definition at line 65 of file SharedPtr.h.


The documentation for this class was generated from the following file: