Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Qt::Literals::StringLiterals Namespace Reference

Functions

QString operator""_s (const char16_t *str, size_t size) noexcept
 
QByteArray operator""_ba (const char *str, size_t size) noexcept
 
constexpr QLatin1Char operator""_L1 (char ch) noexcept
 
constexpr QStringView operator""_sv (const char16_t *str, size_t size) noexcept
 
constexpr QLatin1StringView operator""_L1 (const char *str, size_t size) noexcept
 

Function Documentation

◆ operator""_ba()

QByteArray Qt::Literals::StringLiterals::operator""_ba ( const char * str,
size_t size )
related

Definition at line 853 of file qbytearray.h.

◆ operator""_L1() [1/2]

QLatin1Char Qt::Literals::StringLiterals::operator""_L1 ( char ch)
related

Definition at line 696 of file qchar.h.

◆ operator""_L1() [2/2]

QLatin1StringView Qt::Literals::StringLiterals::operator""_L1 ( const char * str,
size_t size )
inlineconstexprnoexcept

Definition at line 371 of file qlatin1stringview.h.

◆ operator""_s()

QString Qt::Literals::StringLiterals::operator""_s ( const char16_t * str,
size_t size )
related

Definition at line 1769 of file qstring.h.

◆ operator""_sv()

QStringView Qt::Literals::StringLiterals::operator""_sv ( const char16_t * str,
size_t size )
related

Definition at line 518 of file qstringview.h.