35 #ifndef _BLAZE_UTIL_POLICIES_ARRAYDELETE_H_
36 #define _BLAZE_UTIL_POLICIES_ARRAYDELETE_H_
43 #include <boost/checked_delete.hpp>
68 template<
typename Type >
95 template<
typename Type >
98 boost::checked_array_delete( ptr );
Array-delete policy class.The ArrayDelete policy functor class applies an array delete operation to t...
Definition: ArrayDelete.h:63
void operator()(Type ptr) const
Implementation of the array-delete policy.
Definition: ArrayDelete.h:96