35 #ifndef _BLAZE_UTIL_POLICIES_ARRAYDELETE_H_ 36 #define _BLAZE_UTIL_POLICIES_ARRAYDELETE_H_ 68 template<
typename Type >
95 template<
typename Type >
Array-delete policy class.The ArrayDelete policy functor class applies an array delete operation to t...
Definition: ArrayDelete.h:63
void checkedArrayDelete(T *ptr)
Type-checked delete[] operation.
Definition: CheckedDelete.h:91
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Type-checked delete operations.
void operator()(Type ptr) const
Implementation of the array-delete policy.
Definition: ArrayDelete.h:96