table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::experimental::future::is_ready(3) | C++ Standard Libary | std::experimental::future::is_ready(3) | 
NAME¶
std::experimental::future::is_ready - std::experimental::future::is_ready
Synopsis¶
bool is_ready() const;
  
   Checks if the associated shared state is ready.
  
   The behavior is undefined if valid() is false.
Parameters¶
(none)
Return value¶
true if the associated shared state is ready, otherwise false.
Example¶
 This section is incomplete
  
   Reason: no example
See also¶
 valid checks if the future has a shared state
  
   (public member function of std::future<T>)
Category:¶
* Todo no example
| 2024.06.10 | http://cppreference.com |