Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_text_qanystringview.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

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)
 

Function Documentation

◆ myfun1()

void myfun1 ( QAnyStringView sv)

[0]

◆ myfun2()

void myfun2 ( const QAnyStringView & sv)

Variable Documentation

◆ sv1

[0]

[2]

Definition at line 10 of file src_corelib_text_qanystringview.cpp.

◆ sv2

auto sv2 = QAnyStringView(array, std::size(array) - 1)

Definition at line 11 of file src_corelib_text_qanystringview.cpp.