ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::detail::scope_exit< F > Member List

This is the complete list of members for threadschedule::detail::scope_exit< F >, including all inherited members.

operator=(scope_exit const &) -> scope_exit &=deletethreadschedule::detail::scope_exit< F >
operator=(scope_exit &&) -> scope_exit &=deletethreadschedule::detail::scope_exit< F >
release() noexceptthreadschedule::detail::scope_exit< F >inline
scope_exit(F &&function) noexcept(std::is_nothrow_move_constructible_v< F >)threadschedule::detail::scope_exit< F >inlineexplicit
scope_exit(scope_exit const &)=deletethreadschedule::detail::scope_exit< F >
scope_exit(scope_exit &&)=deletethreadschedule::detail::scope_exit< F >
~scope_exit() noexceptthreadschedule::detail::scope_exit< F >inline