![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | QScopeGuard< F > |
Functions | |
template<typename F> | |
QScopeGuard (F(&)()) -> QScopeGuard< F(*)()> | |
template<typename F> | |
QScopeGuard< typename std::decay< F >::type > | qScopeGuard (F &&f) |
[qScopeGuard] | |
|
nodiscard |
[qScopeGuard]
Definition at line 60 of file qscopeguard.h.