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

The release policy for SharedPtr holding arrays. More...

#include <SharedPtr.h>

Static Public Member Functions

static void release (C *pObj) noexcept
 

Detailed Description

template<class C>
class Poco::ReleaseArrayPolicy< C >

The release policy for SharedPtr holding arrays.

Definition at line 75 of file SharedPtr.h.

Member Function Documentation

◆ release()

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

Delete the object. Note that pObj can be nullptr.

Definition at line 79 of file SharedPtr.h.


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