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
void myfun2(const QUtf8StringView &sv)
void myfun1(QUtf8StringView sv)
[0]