delete []
to delete memory allocated uisng new []
.
More...
#include <Teuchos_RCPDecl.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 674 of file Teuchos_RCPDecl.hpp.
typedef T Teuchos::DeallocArrayDelete< T >::ptr_t |
void Teuchos::DeallocArrayDelete< T >::free | ( | T * | ptr | ) | [inline] |
Deallocates a pointer ptr
using delete [] ptr
(required).
Definition at line 680 of file Teuchos_RCPDecl.hpp.