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
QFFmpeg::AVDeleter< FunctionType, F > Struct Template Reference

#include <qffmpeg_p.h>

Collaboration diagram for QFFmpeg::AVDeleter< FunctionType, F >:

Public Member Functions

template<typename T, std::invoke_result_t< FunctionType, T ** > * = nullptr>
void operator() (T *object) const
template<typename T, std::invoke_result_t< FunctionType, T * > * = nullptr>
void operator() (T *object) const

Detailed Description

template<typename FunctionType, FunctionType F>
struct QFFmpeg::AVDeleter< FunctionType, F >

Definition at line 134 of file qffmpeg_p.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename FunctionType, FunctionType F>
template<typename T, std::invoke_result_t< FunctionType, T ** > * = nullptr>
void QFFmpeg::AVDeleter< FunctionType, F >::operator() ( T * object) const
inline

Definition at line 137 of file qffmpeg_p.h.

◆ operator()() [2/2]

template<typename FunctionType, FunctionType F>
template<typename T, std::invoke_result_t< FunctionType, T * > * = nullptr>
void QFFmpeg::AVDeleter< FunctionType, F >::operator() ( T * object) const
inline

Definition at line 144 of file qffmpeg_p.h.


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