ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
ArrayDeleter< T > Class Template Reference

class for compatibility with std:shared_ptr More...

#include <aslSmartPtrUtils.h>

Public Member Functions

void operator() (T *d) const
void operator() (T *d) const

Detailed Description

template<typename T>
class ArrayDeleter< T >

class for compatibility with std:shared_ptr

Definition at line 30 of file aslSmartPtrUtils.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T>
void ArrayDeleter< T >::operator() ( T * d) const
inline

Definition at line 33 of file aslSmartPtrUtils.h.

◆ operator()() [2/2]

template<typename T>
void ArrayDeleter< T >::operator() ( T * d) const
inline

Definition at line 33 of file aslSmartPtrUtils.h.


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