![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qscopeguard.h>
Public Member Functions | |
| Q_NODISCARD_CTOR | QScopeGuard (F &&f) noexcept |
| Q_NODISCARD_CTOR | QScopeGuard (const F &f) noexcept |
| Q_NODISCARD_CTOR | QScopeGuard (QScopeGuard &&other) noexcept |
| ~QScopeGuard () noexcept | |
| void | dismiss () noexcept |
| void | commit () noexcept(std::is_nothrow_invocable_v< F >) |
Friends | |
| class | ::tst_QScopeGuard |
Definition at line 22 of file qscopeguard.h.
|
inlineexplicitnoexcept |
Definition at line 26 of file qscopeguard.h.
|
inlineexplicitnoexcept |
Definition at line 32 of file qscopeguard.h.
|
inlinenoexcept |
Definition at line 38 of file qscopeguard.h.
|
inlinenoexcept |
Definition at line 44 of file qscopeguard.h.
|
inlinenoexcept |
Definition at line 55 of file qscopeguard.h.
|
inlinenoexcept |
Definition at line 50 of file qscopeguard.h.
|
friend |
Definition at line 64 of file qscopeguard.h.