![]() |
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 = T |
Static Public Attributes | |
| static constexpr bool | ImplicitlyDetaches = false |
Definition at line 27 of file qshareddata.h.
| using QtPrivate::QSharedDataPointerTraits< QExplicitlySharedDataPointer, T >::constT = T |
Definition at line 33 of file qshareddata.h.
| using QtPrivate::QSharedDataPointerTraits< QExplicitlySharedDataPointer, T >::pointer = T * |
Definition at line 31 of file qshareddata.h.
| using QtPrivate::QSharedDataPointerTraits< QExplicitlySharedDataPointer, T >::Type = T |
Definition at line 30 of file qshareddata.h.
|
staticconstexpr |
Definition at line 29 of file qshareddata.h.