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

Checks if the associated shared state is ready.

# Declarations

bool is_ready() const;

# Return value

true if the associated shared state is ready, otherwise false.

# Example

This section is incompleteReason: no example

# See also