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

#include <qscopedpointer.h>

Collaboration diagram for QScopedPointerDeleter< T >:

Public Member Functions

void operator() (T *pointer) const noexcept

Static Public Member Functions

static void cleanup (T *pointer) noexcept

Detailed Description

template<typename T>
struct QScopedPointerDeleter< T >

Definition at line 14 of file qscopedpointer.h.

Member Function Documentation

◆ cleanup()

template<typename T>
void QScopedPointerDeleter< T >::cleanup ( T * pointer)
inlinestaticnoexcept

Definition at line 16 of file qscopedpointer.h.

◆ operator()()

template<typename T>
void QScopedPointerDeleter< T >::operator() ( T * pointer) const
inlinenoexcept

Definition at line 26 of file qscopedpointer.h.


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