#include <di/execution/any/any_sender.h>
|
| Type () |
|
template<typename U>
requires (!concepts::RemoveCVRefSameAs<Type, U> && !concepts::Sender<U> && concepts::ConstructibleFrom<T, U>) |
| Type (U &&value) |
|
template<typename U, typename E>
requires (concepts::ConstructibleFrom<T, U> && concepts::ConstructibleFrom<vocab::Error, E>) |
| Type (vocab::Expected< U, E > &&value) |
|
◆ promise_type
◆ Type() [1/3]
◆ Type() [2/3]
template<typename T>
template<typename U>
requires (!concepts::RemoveCVRefSameAs<
Type, U> && !concepts::Sender<U> && concepts::ConstructibleFrom<T, U>)
◆ Type() [3/3]
template<typename T>
template<typename U, typename E>
requires (concepts::ConstructibleFrom<T, U> && concepts::ConstructibleFrom<
vocab::Error, E>)
The documentation for this class was generated from the following file: