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