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
Qt::Literals::StringLiterals Namespace Reference

Functions

QByteArray operator""_ba (const char *str, size_t size) noexcept
 
constexpr QLatin1Char operator""_L1 (char ch) noexcept
 
constexpr QLatin1StringView operator""_L1 (const char *str, size_t size) noexcept
 
QString operator""_s (const char16_t *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 805 of file qbytearray.h.

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

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

Definition at line 638 of file qchar.h.

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

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

Definition at line 360 of file qlatin1stringview.h.

◆ operator""_s()

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

Definition at line 1615 of file qstring.h.