![]() |
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/qassert.h>#include <QtCore/qtclasshelpermacros.h>#include <QtCore/qcompilerdetection.h>#include <QtCore/qtconfigmacros.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 73 of file qscopeguard.h.