QScopedArrayPointer

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
class QScopedArrayPointer : QScopedPointer!(T, Cleanup)(
T
Cleanup
) {}

Constructors

this
this()
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