|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
This is the complete list of members for threadschedule::detail::scope_exit< F >, including all inherited members.
| operator=(scope_exit const &) -> scope_exit &=delete | threadschedule::detail::scope_exit< F > | |
| operator=(scope_exit &&) -> scope_exit &=delete | threadschedule::detail::scope_exit< F > | |
| release() noexcept | threadschedule::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 &)=delete | threadschedule::detail::scope_exit< F > | |
| scope_exit(scope_exit &&)=delete | threadschedule::detail::scope_exit< F > | |
| ~scope_exit() noexcept | threadschedule::detail::scope_exit< F > | inline |