#include "di/execution/algorithm/into_variant.h"
#include "di/execution/concepts/sender.h"
#include "di/execution/sequence/transform_each.h"
#include "di/function/pipeable.h"
#include "di/function/tag_invoke.h"
Go to the source code of this file.
Classes | |
struct | di::execution::into_variant_each_ns::Function |
Namespaces | |
namespace | di |
namespace | di::execution |
namespace | di::execution::into_variant_each_ns |
Variables | |
constexpr auto | di::execution::into_variant_each = into_variant_each_ns::Function {} |
Transform the values of a sequence into a variant. | |