Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtPrivate::QSharedDataPointerTraits< QExplicitlySharedDataPointer, T > Struct Template Reference

#include <qshareddata.h>

Collaboration diagram for QtPrivate::QSharedDataPointerTraits< QExplicitlySharedDataPointer, T >:

Public Types

using Type = T
using pointer = T *
using constT = T

Static Public Attributes

static constexpr bool ImplicitlyDetaches = false

Detailed Description

template<typename T>
struct QtPrivate::QSharedDataPointerTraits< QExplicitlySharedDataPointer, T >

Definition at line 27 of file qshareddata.h.

Member Typedef Documentation

◆ constT

template<typename T>
using QtPrivate::QSharedDataPointerTraits< QExplicitlySharedDataPointer, T >::constT = T

Definition at line 33 of file qshareddata.h.

◆ pointer

Definition at line 31 of file qshareddata.h.

◆ Type

Definition at line 30 of file qshareddata.h.

Member Data Documentation

◆ ImplicitlyDetaches

template<typename T>
bool QtPrivate::QSharedDataPointerTraits< QExplicitlySharedDataPointer, T >::ImplicitlyDetaches = false
staticconstexpr

Definition at line 29 of file qshareddata.h.


The documentation for this struct was generated from the following file: