Loki
0.1.7
|
#include <StrongPtr.h>
Static Public Member Functions | |
static P * | Default (void) |
Provides default value to initialize the pointer. | |
Implementation of the DeletePolicy used by StrongPtr. Uses explicit call to T's destructor followed by call to free. This policy is useful for managing the lifetime of pointers to structs returned by C functions.