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< QSharedDataPointer, T > Struct Template Reference

#include <qshareddata.h>

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

Public Types

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

Static Public Attributes

static constexpr bool ImplicitlyDetaches = true

Detailed Description

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

Definition at line 18 of file qshareddata.h.

Member Typedef Documentation

◆ constT

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

Definition at line 24 of file qshareddata.h.

◆ pointer

template<typename T>
using QtPrivate::QSharedDataPointerTraits< QSharedDataPointer, T >::pointer = T *

Definition at line 22 of file qshareddata.h.

◆ Type

template<typename T>
using QtPrivate::QSharedDataPointerTraits< QSharedDataPointer, T >::Type = T

Definition at line 21 of file qshareddata.h.

Member Data Documentation

◆ ImplicitlyDetaches

template<typename T>
bool QtPrivate::QSharedDataPointerTraits< QSharedDataPointer, T >::ImplicitlyDetaches = true
staticconstexpr

Definition at line 20 of file qshareddata.h.


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