std::execution::into_variant
来自 cppreference.com
定义在头文件 <execution> 中 |
||
execution::sender auto into_variant( execution::sender auto snd ); |
(自 C++26) | |
[编辑] 参数
snd | - | 输入发送器,它可以根据运行时条件发送多个值集。 |
[编辑] 返回值
返回一个发送器,该发送器发送输入发送器发送的所有可能类型集的元组变体。辅助函数将它们转换为单个变体值。