PM Library | classes |
template < class T > | ? ^ |
Deletes a C++ array of objects.
The PMDeleteArray<T> is a function object. Specifically, it is an Adaptable Binary Function. If f is an object of class PMDeleteArray<T> and p are pointer to array of objects of class T, then f(p) caused delete[] p.
- Source:
- pm_delete.h:45
- Author:
- Dmitry A Steklenev
- Version:
- $Revision: 1.2 $
Contents | ^ |
Entity Type Scope Short Description operator () operator public Deletes a C++ array of objects.
operator () | ? ^ |
Deletes a C++ array of objects.
- Source:
- pm_delete.h:51
- Code:
public void operator () ( T * p ) const
Created Fri Aug 3 09:13:16 2012.
This documentation was generated automatically by
ccdoc v08r39 2003/02/27 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.