35 #ifndef _BLAZE_UTIL_POLICIES_PTRDELETE_H_ 36 #define _BLAZE_UTIL_POLICIES_PTRDELETE_H_ 68 template<
typename Type >
95 template<
typename Type >
Pointer-delete policy class.The PtrDelete policy functor class applies a delete operation to the give...
Definition: PtrDelete.h:63
void checkedDelete(T *ptr)
Type-checked delete operation.
Definition: CheckedDelete.h:69
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
void operator()(Type ptr) const
Implementation of the pointer-delete policy.
Definition: PtrDelete.h:96
Type-checked delete operations.