QScopedArrayPointer

Binding for C++ class QScopedArrayPointer.

extern (C++)
class QScopedArrayPointer : QScopedPointer!(T, Cleanup)(
T
Cleanup
) {}

Constructors

this
this()
Undocumented in source.
this
this(D* p)
Undocumented in source.

Members

Functions

opIndex
T opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const(T) opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta