Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::execution::just_stopped

      From cppreference.com
      <cpp‎ |execution
       
       
      Execution control library
       
      Defined in header<execution>
      inlineconstexpr just_stopped_t just_stopped{};
      struct just_stopped_t{/*unspecified*/};
      (since C++26)
      (customization point object)
      Call signature
      execution::senderauto just_stopped();
      (since C++26)

      A sender factory that returns a sender which completes immediately by calling the receiver’sset_stopped().

      The expressionjust_stopped() isexpression-equivalent to/*make-sender*/(just_stopped)

      Customization point objects

      The nameexecution::just_stopped denotes acustomization point object, which is a constfunction object of aliteralsemiregular class type. The cv-unqualified version of its type is a tag type denoted asexecution::just_stopped_t. SeeCustomizationPointObject for details.

      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/execution/just_stopped&oldid=176803"

      [8]ページ先頭

      ©2009-2026 Movatter.jp