![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qshareddata.h>
Public Types | |
| using | Type = T |
| using | pointer = T * |
| using | constT = const T |
Static Public Attributes | |
| static constexpr bool | ImplicitlyDetaches = true |
Definition at line 18 of file qshareddata.h.
| using QtPrivate::QSharedDataPointerTraits< QSharedDataPointer, T >::constT = const T |
Definition at line 24 of file qshareddata.h.
| using QtPrivate::QSharedDataPointerTraits< QSharedDataPointer, T >::pointer = T * |
Definition at line 22 of file qshareddata.h.
| using QtPrivate::QSharedDataPointerTraits< QSharedDataPointer, T >::Type = T |
Definition at line 21 of file qshareddata.h.
|
staticconstexpr |
Definition at line 20 of file qshareddata.h.