SPARK::deleter< IsArray > Struct Template Reference
Helper class that implements either delete_policy or delete_array_policy depending on the compile-time value of the non-type parameter IsArray.
More...
#include <classapi.h>
Detailed Description
template<bool IsArray>
struct SPARK::deleter< IsArray >
Helper class that implements either delete_policy or delete_array_policy depending on the compile-time value of the non-type parameter IsArray.
The delete policy is used in the SPARK::AtomicClass::DeleteData() API function. Also see macro DELETE_DATA in file spark.h for usage of the deleter<> struct.
The documentation for this struct was generated from the following file: