#include "di/execution/concepts/prelude.h"
#include "di/execution/concepts/sender_in.h"
#include "di/execution/meta/decayed_tuple.h"
#include "di/execution/meta/prelude.h"
#include "di/execution/receiver/prelude.h"
#include "di/execution/types/prelude.h"
#include "di/function/pipeline.h"
#include "di/types/prelude.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::execution |
namespace | di::execution::into_variant_ns |
Typedefs | |
template<typename Send, typename Env> | |
using | di::execution::into_variant_ns::IntoVariantType = meta::ValueTypesOf<Send, Env> |
template<concepts::InstanceOf< Variant > Value, concepts::Receiver Rec> | |
using | di::execution::into_variant_ns::Receiver = meta::Type<ReceiverT<Value, Rec>> |
template<concepts::Sender Send> | |
using | di::execution::into_variant_ns::Sender = meta::Type<SenderT<Send>> |
Variables | |
constexpr auto | di::execution::into_variant = into_variant_ns::Function {} |