Library of Assembled Shared Sources
lass::util::ArrayStorage< T, Cascade > Class Template Reference

Default storage policy for arrays, implementation of StoragePolicy concept. More...

#include <smart_ptr_policies.h>

Inheritance diagram for lass::util::ArrayStorage< T, Cascade >:

Detailed Description

template<typename T, typename Cascade = meta::EmptyType>
class lass::util::ArrayStorage< T, Cascade >

Default storage policy for arrays, implementation of StoragePolicy concept.

Author
Bram de Greve [Bramz]

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.


The documentation for this class was generated from the following file: