35 #ifndef _BLAZE_UTIL_POLICIES_DEFAULTDELETE_H_ 36 #define _BLAZE_UTIL_POLICIES_DEFAULTDELETE_H_ 74 template<
typename Type >
98 template<
typename Type >
122 template<
typename Type >
148 template<
typename Type >
Default C++ deletion policy class.The DefaultDelete deletion policy is the standard delete for resour...
Definition: DefaultDelete.h:75
void checkedDelete(T *ptr)
Type-checked delete operation.
Definition: CheckedDelete.h:69
void checkedArrayDelete(T *ptr)
Type-checked delete[] operation.
Definition: CheckedDelete.h:91
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Type-checked delete operations.
void operator()(Type *ptr) const
Implementation of the default delete policy.
Definition: DefaultDelete.h:99