#include <StrongPtr.h>
|
static void | Delete (const P *p) |
|
template<class P>
class Loki::DeleteArray< P >
Implementation of the DeletePolicy used by StrongPtr. This deletes an array of shared objects.
◆ Delete()
- Note
- If you see an error message about a negative subscript, that means your are attempting to use Loki to delete an incomplete type. Please don't use this policy with incomplete types; you may want to use DeleteNothing instead.
The documentation for this class was generated from the following file: