Async++ unknown
Async (co_await/co_return) code for C++
|
This is the complete list of members for asyncpp::scope_guard< TFunction >, including all inherited members.
disengage() noexcept | asyncpp::scope_guard< TFunction > | inline |
engage() noexcept | asyncpp::scope_guard< TFunction > | inline |
function() noexcept | asyncpp::scope_guard< TFunction > | inline |
function() const noexcept | asyncpp::scope_guard< TFunction > | inline |
is_engaged() const noexcept | asyncpp::scope_guard< TFunction > | inline |
operator=(const scope_guard &)=delete (defined in asyncpp::scope_guard< TFunction >) | asyncpp::scope_guard< TFunction > | |
scope_guard(TFunction func, bool engaged=true) noexcept(std::is_nothrow_move_constructible_v< TFunction >) | asyncpp::scope_guard< TFunction > | inlineexplicit |
scope_guard(const scope_guard &)=delete (defined in asyncpp::scope_guard< TFunction >) | asyncpp::scope_guard< TFunction > | |
~scope_guard() | asyncpp::scope_guard< TFunction > | inline |