QAnyStringView

Binding for C++ class QAnyStringView.

Constructors

this
this()
Undocumented in source.
this
this(typeof(null) )
Undocumented in source.
this
this(const(Char)* str, qsizetype len)
Undocumented in source.
this
this(const(Char)* f, const(Char)* l)
Undocumented in source.
this
this(const(Pointer) str)
Undocumented in source.
this
this(const(QString) str)
Undocumented in source.
this
this(const(Container) c)
Undocumented in source.
this
this(const(Char) c)
Undocumented in source.
this
this(const(QChar) c)
Undocumented in source.
this
this(QStringView v)
Undocumented in source.
this
this(QBasicUtf8StringView!(UseChar8T) v)
Undocumented in source.

Members

Aliases

difference_type
alias difference_type = qptrdiff
Undocumented in source.
size_type
alias size_type = qsizetype
Undocumented in source.

Functions

data
const(void)* data()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
length
qsizetype length()
Undocumented in source. Be warned that the author may not have intended to support it.
size
qsizetype size()
Undocumented in source. Be warned that the author may not have intended to support it.
size_bytes
qsizetype size_bytes()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
QString toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

compare
int compare(QAnyStringView lhs, QAnyStringView rhs, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
equal
bool equal(QAnyStringView lhs, QAnyStringView rhs)
Undocumented in source.
fromArray
QAnyStringView fromArray(const(Char)[Size] string)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta