delete [] to delete memory allocated uisng new [].
More...
#include <Teuchos_RefCountPtrDecl.hpp>
Public Types | |
| typedef T | ptr_t |
| Gives the type (required). | |
Public Member Functions | |
| void | free (T *ptr) |
Deallocates a pointer ptr using delete [] ptr (required). | |
delete [] to delete memory allocated uisng new [].
Definition at line 629 of file Teuchos_RefCountPtrDecl.hpp.
|
|||||
|
Gives the type (required).
Definition at line 633 of file Teuchos_RefCountPtrDecl.hpp. |
|
||||||||||
|
Deallocates a pointer
Definition at line 635 of file Teuchos_RefCountPtrDecl.hpp. |
1.3.9.1