CopperSpice API  2.0.0
QUniqueArrayPointer< T, Deleter > Class Template Reference

Typedef for QScopedArrayPointer. More...

Related Functions

These are not member functions

QUniqueArrayPointer< T > QMakeUnique (std::size_t size)
 

Detailed Description

template<typename T, typename Deleter = std::default_delete<T>>
class QUniqueArrayPointer< T, Deleter >

Using the QUniqueArrayPointer class is synonymous with using QScopedArrayPointer. There is a typedef in CopperSpice which defines QScopedPointer as equivalent to QUniqueArrayPointer.

Note
For the full documentation refer to QScopedArrayPointer.
See also
QScopedPointer, QUniquePointer

Friends And Related Function Documentation

QUniqueArrayPointer< T > QMakeUnique ( std::size_t  size)
related

Equivalent to calling QMakeScoped().