35#ifndef _BLAZE_UTIL_POLICIES_PTRDELETE_H_
36#define _BLAZE_UTIL_POLICIES_PTRDELETE_H_
68 template<
typename Type >
95template<
typename Type >
Type-checked delete operations.
void checkedDelete(T *ptr)
Type-checked delete operation.
Definition: CheckedDelete.h:69
Pointer-delete policy class.
Definition: PtrDelete.h:64
void operator()(Type ptr) const
Implementation of the pointer-delete policy.
Definition: PtrDelete.h:96