QList.const_iterator

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(const(T)* n)
Undocumented in source.

Members

Aliases

difference_type__1
alias difference_type__1 = qsizetype
Undocumented in source.
pointer__1
alias pointer__1 = const(T)*
Undocumented in source.
value_type__1
alias value_type__1 = T
Undocumented in source.

Functions

opBinary
const_iterator opBinary(Int j)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
const_iterator opBinary(Int j)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
qsizetype opBinary(const_iterator j)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(const_iterator other)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const(T) opIndex(qsizetype j)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
const(T) opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
const_iterator opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
const_iterator opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta