dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QScopedArrayPointer
qt
core
scopedpointer
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
) {
this
();
T
opIndex
(int i);
const
(
T
)
opIndex
(int i);
}
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
Source
See Implementation
qt
core
scopedpointer
aliases
QScopedPointerDeleteLater
classes
QScopedArrayPointer
structs
QScopedPointer
QScopedPointerDeleter
QScopedPointerObjectDeleteLater