stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
stlab::task_< NoExcept, R, Args > Member List

This is the complete list of members for stlab::task_< NoExcept, R, Args >, including all inherited members.

operator bool() const (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inlineexplicit
operator!= (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >friend
operator!= (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >friend
operator()(Brgs &&... brgs) noexcept(NoExcept) (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
operator=(const task_ &) -> task_ &=delete (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >
operator=(task_ &&x) noexcept -> task_ & (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
operator=(std::nullptr_t) noexcept -> task_ & (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
operator=(F &&f) -> std::enable_if_t<!NoExcept||std::is_nothrow_invocable_v< decltype(f), Args... >, task_ & > (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
operator== (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >friend
operator== (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >friend
result_type typedef (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >
swap(task_ &x) noexcept (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
swap (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >friend
target() -> T * (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
target() const -> const T * (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
target_type() const noexcept -> const std::type_info & (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
task_() noexcept=default (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >
task_(std::nullptr_t) noexcept (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
task_(const task_ &)=delete (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >
task_(const task_ &&)=delete (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >
task_(task_ &&x) noexcept (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
task_(F &&f) (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline
~task_() (defined in stlab::task_< NoExcept, R, Args >)stlab::task_< NoExcept, R, Args >inline