|
Library of Assembled Shared Sources
|
Default storage policy for arrays, implementation of StoragePolicy concept. More...
#include <smart_ptr_policies.h>

Default storage policy for arrays, implementation of StoragePolicy concept.
This policy is meant for simple arrays 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 array (T*)/.
Definition at line 280 of file smart_ptr_policies.h.