QAnyStringView.this

Undocumented in source.
  1. this()
  2. this(typeof(null) )
  3. this(const(Char)* str, qsizetype len)
    struct QAnyStringView
    this
    (
    Char
    )
    (
    const(Char)* str
    ,)
    if (
    is(const(Char) == const(wchar)) ||
    is(const(Char) == const(char))
    ||
    is(const(Char) == const(QChar))
    )
  4. this(const(Char)* f, const(Char)* l)
  5. this(const(Pointer) str)
  6. this(const(QString) str)
  7. this(const(Container) c)
  8. this(const(Char) c)
  9. this(const(QChar) c)
  10. this(QStringView v)
  11. this(QBasicUtf8StringView!(UseChar8T) v)

Meta