Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::future<T>::is_ready

      From cppreference.com
      <cpp‎ |experimental‎ |future

      [edit template]
       
       
       
       
       
      bool is_ready()const;

      Checks if the associated shared state is ready.

      The behavior is undefined ifvalid() isfalse.

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      true if the associated shared state is ready, otherwisefalse.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit] See also

      checks if the future has a shared state
      (public member function ofstd::future<T>)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/future/is_ready&oldid=98646"

      [8]ページ先頭

      ©2009-2026 Movatter.jp