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
QtPipeWire::MakeUniquePtr< BaseType,, Type > Struct Template Reference

#include <qpipewire_support_p.h>

Collaboration diagram for QtPipeWire::MakeUniquePtr< BaseType,, Type >:

Public Types

using type = std::unique_ptr<Type, HandleDeleter<BaseType, Deleter, Type>>

Detailed Description

template<typename BaseType, void(Deleter)(BaseType *), typename Type = BaseType>
struct QtPipeWire::MakeUniquePtr< BaseType,, Type >

Definition at line 55 of file qpipewire_support_p.h.

Member Typedef Documentation

◆ type

template<typename BaseType, void(Deleter)(BaseType *), typename Type = BaseType>
using QtPipeWire::MakeUniquePtr< BaseType,, Type >::type = std::unique_ptr<Type, HandleDeleter<BaseType, Deleter, Type>>

Definition at line 57 of file qpipewire_support_p.h.


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