命名空间
变体
操作

std::execution::into_variant

来自 cppreference.com
< cpp‎ | execution
 
 
 
定义在头文件 <execution>
execution::sender auto into_variant( execution::sender auto snd );
(自 C++26)

[编辑] 参数

snd - 输入发送器,它可以根据运行时条件发送多个值集。

[编辑] 返回值

返回一个发送器,该发送器发送输入发送器发送的所有可能类型集的元组变体。辅助函数将它们转换为单个变体值。