Definition at line 612 of file thread_registry.hpp.
◆ all()
template<typename Predicate>
auto threadschedule::CompositeThreadRegistry::all |
( |
Predicate && | pred | ) |
const -> bool
|
|
inlinenodiscard |
◆ any()
template<typename Predicate>
auto threadschedule::CompositeThreadRegistry::any |
( |
Predicate && | pred | ) |
const -> bool
|
|
inlinenodiscard |
◆ apply()
template<typename Predicate, typename Fn>
void threadschedule::CompositeThreadRegistry::apply |
( |
Predicate && | pred, |
|
|
Fn && | fn ) const |
|
inline |
◆ attach()
void threadschedule::CompositeThreadRegistry::attach |
( |
ThreadRegistry * | reg | ) |
|
|
inline |
◆ count()
auto threadschedule::CompositeThreadRegistry::count |
( |
| ) |
const -> size_t
|
|
inlinenodiscard |
◆ empty()
auto threadschedule::CompositeThreadRegistry::empty |
( |
| ) |
const -> bool
|
|
inlinenodiscard |
◆ filter()
template<typename Predicate>
◆ find_if()
template<typename Predicate>
auto threadschedule::CompositeThreadRegistry::find_if |
( |
Predicate && | pred | ) |
const -> std::optional<RegisteredThreadInfo>
|
|
inlinenodiscard |
◆ for_each()
template<typename Fn>
void threadschedule::CompositeThreadRegistry::for_each |
( |
Fn && | fn | ) |
const |
|
inline |
◆ map()
template<typename Fn>
auto threadschedule::CompositeThreadRegistry::map |
( |
Fn && | fn | ) |
const -> std::vector<std::invoke_result_t<Fn, RegisteredThreadInfo const&>>
|
|
inlinenodiscard |
◆ none()
template<typename Predicate>
auto threadschedule::CompositeThreadRegistry::none |
( |
Predicate && | pred | ) |
const -> bool
|
|
inlinenodiscard |
◆ query()
◆ skip()
◆ take()
The documentation for this class was generated from the following file: