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::QRemovePointerLike< T > Struct Template Reference

#include <qmetatype.h>

+ Collaboration diagram for QtPrivate::QRemovePointerLike< T >:

Public Types

using type = std::remove_pointer_t<T>
 

Detailed Description

template<typename T>
struct QtPrivate::QRemovePointerLike< T >

Definition at line 2628 of file qmetatype.h.

Member Typedef Documentation

◆ type

template<typename T>
using QtPrivate::QRemovePointerLike< T >::type = std::remove_pointer_t<T>

Definition at line 2630 of file qmetatype.h.


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