QMovableArrayOps.Inserter

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(QArrayDataPointer!(T)* d)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

displace
T* displace(qsizetype pos, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(qsizetype pos, const(T)* source, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(qsizetype pos, const(T) t, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
insertOne
void insertOne(qsizetype pos, T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bytes
qsizetype bytes;
Undocumented in source.
data
QArrayDataPointer!(T)* data;
Undocumented in source.
displaceFrom
T* displaceFrom;
Undocumented in source.
displaceTo
T* displaceTo;
Undocumented in source.
nInserts
qsizetype nInserts;
Undocumented in source.

Meta