Qt 6.x
The Qt SDK
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 718 of file qbytearray.h.

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

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

Definition at line 630 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 355 of file qlatin1stringview.h.

◆ operator""_s()

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

Definition at line 1475 of file qstring.h.