Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
SharedPointerInternals::DefaultDeleter< Type > Struct Template Reference

#include <SharedPointerInternals.h>

Public Member Functions

FORCEINLINE void operator() (Type *Object) const
 

Detailed Description

template<typename Type>
struct SharedPointerInternals::DefaultDeleter< Type >

Deletes an object via the standard delete operator

Definition at line 162 of file SharedPointerInternals.h.

Member Function Documentation

◆ operator()()

template<typename Type >
FORCEINLINE void SharedPointerInternals::DefaultDeleter< Type >::operator() ( Type * Object) const
inline

Definition at line 164 of file SharedPointerInternals.h.


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