ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
scope_exit.hpp File Reference
#include <type_traits>
#include <utility>
Include dependency graph for scope_exit.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  threadschedule::detail::scope_exit< F >
 

Namespaces

namespace  threadschedule
 
namespace  threadschedule::detail
 Aggregates multiple thread_registry_backend instances into a single queryable view.
 

Functions

template<typename F >
auto threadschedule::detail::make_scope_exit (F &&function) -> scope_exit< std::decay_t< F > >