Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
void | myfun1 (QAnyStringView sv) |
[0] | |
void | myfun2 (const QAnyStringView &sv) |
Variables | |
auto | sv1 = QAnyStringView{std::begin(array), std::end(array) - 1} |
[0] | |
auto | sv2 = QAnyStringView(array, std::size(array) - 1) |
void myfun1 | ( | QAnyStringView | sv | ) |
[0]
void myfun2 | ( | const QAnyStringView & | sv | ) |
auto sv1 = QAnyStringView{std::begin(array), std::end(array) - 1} |
auto sv2 = QAnyStringView(array, std::size(array) - 1) |
Definition at line 11 of file src_corelib_text_qanystringview.cpp.