![]() |
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 21 of file qscopeguard.h.
|
inlineexplicitnoexcept |
Definition at line 25 of file qscopeguard.h.
|
inlineexplicitnoexcept |
Definition at line 31 of file qscopeguard.h.
|
inlinenoexcept |
Definition at line 37 of file qscopeguard.h.
|
inlinenoexcept |
Definition at line 43 of file qscopeguard.h.
|
inlinenoexcept |
Definition at line 54 of file qscopeguard.h.
|
inlinenoexcept |
Definition at line 49 of file qscopeguard.h.
|
friend |
Definition at line 63 of file qscopeguard.h.