QIterator

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(QIterable!(Container) iterable, void* iterator)
Undocumented in source.

Alias This

base0

Members

Aliases

difference_type
alias difference_type = qsizetype
Undocumented in source.

Functions

opBinary
QIterator opBinary(qsizetype j)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
QIterator opBinary(qsizetype j)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
qsizetype opBinary(const(QIterator) j)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QIterator opOpAssign(qsizetype j)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QIterator opOpAssign(qsizetype j)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
QIterator opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
QIterator opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base0
QBaseIterator!(Container) base0;
Undocumented in source.

Meta