35 #ifndef _BLAZE_UTIL_POLICIES_DEALLOCATE_H_
36 #define _BLAZE_UTIL_POLICIES_DEALLOCATE_H_
69 template<
typename Type >
96 template<
typename Type >
Header file for memory allocation and deallocation functionality.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
EnableIf< IsBuiltin< T > >::Type deallocate(T *address)
Deallocation of memory for built-in data types.
Definition: Memory.h:227
void operator()(Type ptr) const
Implementation of the deallocate deletion policy.
Definition: Deallocate.h:97
Deallocate policy class.The Deallocate deletion policy is the according deletion policy for arrays al...
Definition: Deallocate.h:64