Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::execution::into_variant

      From cppreference.com
      <cpp‎ |execution
       
       
      Execution control library
       
      Defined in header<execution>
      execution::senderauto into_variant( execution::senderauto snd);
      (since C++26)

      [edit]Parameters

      snd - input sender which can send multiple sets of values depending on runtime conditions.

      [edit]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 single variant value.

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/execution/into_variant&oldid=179625"

      [8]ページ先頭

      ©2009-2025 Movatter.jp