Library of Assembled Shared Sources
|
Default storage policy for single objects, implementation of StoragePolicy concept. More...
#include <smart_ptr_policies.h>
Default storage policy for single objects, implementation of StoragePolicy concept.
This policy is meant for simple pointees that are allocated in C++
by new
or equivalent (i.e. stuff that should be deallocated by delete
). The storage type TStorage
used for this policy simply is an ordinary pointer to that pointee (T*
)/.
Definition at line 197 of file smart_ptr_policies.h.