Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::result< T > Member List

This is the complete list of members for kcenon::thread::result< T >, including all inherited members.

and_then(Fn &&fn) const -> std::invoke_result_t< Fn, const T & >kcenon::thread::result< T >inline
error_kcenon::thread::result< T >private
error_type typedefkcenon::thread::result< T >
get_error() &kcenon::thread::result< T >inline
get_error() const &kcenon::thread::result< T >inline
get_error() &&kcenon::thread::result< T >inline
has_value() const noexceptkcenon::thread::result< T >inline
has_value_kcenon::thread::result< T >private
is_error() const noexceptkcenon::thread::result< T >inline
is_ok() const noexceptkcenon::thread::result< T >inline
map(Fn &&fn) const -> result< std::invoke_result_t< Fn, const T & > >kcenon::thread::result< T >inline
operator bool() const noexceptkcenon::thread::result< T >inlineexplicit
result(T value)kcenon::thread::result< T >inline
result(error err)kcenon::thread::result< T >inline
value() &kcenon::thread::result< T >inline
value() const &kcenon::thread::result< T >inline
value() &&kcenon::thread::result< T >inline
value_kcenon::thread::result< T >private
value_or(U &&default_value) const &kcenon::thread::result< T >inline
value_or(U &&default_value) &&kcenon::thread::result< T >inline
value_or_throw() const &kcenon::thread::result< T >inline
value_or_throw() &&kcenon::thread::result< T >inline
value_type typedefkcenon::thread::result< T >