QAtomicInteger docs: mention bool and char8_t as 8-bit types
Change-Id: If673ba1e891e034dfe5e441b1e3427f3365320e6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit c0385f0cee52a5bb17e95cbdedda3dbff5f60b53) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
fffc65cef1
commit
7cdcbbeb07
@ -31,7 +31,7 @@
|
||||
|
||||
The template parameter \c T must be a C++ integer type:
|
||||
\list
|
||||
\li 8-bit: char, signed char, unsigned char, qint8, quint8
|
||||
\li 8-bit: bool, char, signed char, unsigned char, qint8, quint8, char8_t (C++20)
|
||||
\li 16-bit: short, unsigned short, qint16, quint16, char16_t (C++11)
|
||||
\li 32-bit: int, unsigned int, qint32, quint32, char32_t (C++11)
|
||||
\li 64-bit: long long, unsigned long long, qint64, quint64
|
||||
|
Loading…
x
Reference in New Issue
Block a user