7#include "../macros.hpp"
11hi_export_module(hikogui.utility.defer);
13namespace hi {
inline namespace v1 {
29 template<std::invocable<> Func>
39 void cancel()
noexcept
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
Defer execution of a lambda to the end of the scope.
Definition defer.hpp:21