#include "Stroika/Foundation/StroikaPreComp.h"
#include <concepts>
#include <functional>
#include "Stroika/Foundation/Common/Common.h"
#include "Stroika/Foundation/Common/Concepts.h"
#include "Finally.inl"
Go to the source code of this file.
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::Execution |
Functions | |
template<Common::INoThrowInvocable FUNCTION> | |
auto | Stroika::Foundation::Execution::Finally (FUNCTION &&f) -> Private_::FinallySentry< FUNCTION > |