7#include "../macros.hpp"
11hi_export_module(hikogui.utility.defer);
13namespace hi {
inline namespace v1 {
29 template<std::invocable<> Func>
39 void cancel()
noexcept
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
The HikoGUI API version 1.
Definition lookahead_iterator.hpp:6
Defer execution of a lambda to the end of the scope.
Definition defer.hpp:21