Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
src_corelib_text_qutf8stringview.cpp
Go to the documentation of this file.
1
// Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz <marc.mutz@kdab.com>
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
5
void
myfun1
(
QUtf8StringView
sv);
// preferred
6
void
myfun2
(
const
QUtf8StringView
&sv);
// compiles and works, but slower
QBasicUtf8StringView
Definition
qutf8stringview.h:93
myfun2
void myfun2(const QUtf8StringView &sv)
myfun1
void myfun1(QUtf8StringView sv)
[0]
qtbase
src
corelib
doc
snippets
code
src_corelib_text_qutf8stringview.cpp
Generated by
1.9.7