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

#include <qscopedpointer.h>

+ Collaboration diagram for QScopedPointerArrayDeleter< 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 QScopedPointerArrayDeleter< T >

Definition at line 33 of file qscopedpointer.h.

Member Function Documentation

◆ cleanup()

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

Definition at line 35 of file qscopedpointer.h.

Referenced by operator()().

+ Here is the caller graph for this function:

◆ operator()()

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

Definition at line 45 of file qscopedpointer.h.

References cleanup().

+ Here is the call graph for this function:

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