FreeBSD Manual Pages
std::execut...nto_variant(3) C++ Standard Libary std::execut...nto_variant(3) NAME std::execution::into_variant - std::execution::into_variant Synopsis Defined in header <execution> execution::sender auto into_variant( execution::sender auto snd (since C++26) ); Parameters snd - input sender which can send multiple sets of values depending on runtime conditions. Return value Returns a sender that sends a variant of tuples of all the possible sets of types sent by the input sender. The helper function turns them into a sin- gle variant value. http://cppreference.com 2024.06.10 std::execut...nto_variant(3)
NAME | Synopsis | Parameters | Return value
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::execution::into_variant&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
