YACLib
C++ library for concurrent tasks execution
|
#include <when_any_impl.hpp>
Protected Member Functions | |
AnyCombinatorBase (std::size_t count, ResultCorePtr< V, E > &&core) noexcept | |
bool | Combine (ResultCore< V, E > &caller) noexcept |
Protected Attributes | |
ResultCorePtr< V, E > | _core |
Definition at line 45 of file when_any_impl.hpp.
|
inlineexplicitprotectednoexcept |
Definition at line 55 of file when_any_impl.hpp.
|
inlineprotectednoexcept |
Definition at line 59 of file when_any_impl.hpp.
References yaclib::detail::AnyCombinatorBase< V, E, P >::_core, and yaclib::MakeContract().
|
protected |
Definition at line 53 of file when_any_impl.hpp.