ASL  0.1.7
Advanced Simulation Library
Public Member Functions | List of all members
ArrayDeleter< T > Class Template Reference

class for compatibility with std:shared_ptr More...

#include <aslSmartPtrUtils.h>

Public Member Functions

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()()

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 file: