• Home
  • Raw
  • Download

Lines Matching refs:is_ready

325  `valid() == true && is_ready() = true && has_value() = false`
381 bool is_ready() const; // EXTENSION
410 [[Postconditions:] [[unique_future_is_ready_link `this->is_ready`] returns `false`. [unique_future_…
540 [[Postconditions:] [[unique_future_is_ready_link `this->is_ready()`] returns `true`. [unique_future…
583 [[Postconditions:] [[unique_future_is_ready_link `this->is_ready()`] returns `true`. [unique_future…
616 [[Postconditions:] [[unique_future_is_ready_link `this->is_ready()`] returns `true`. [unique_future…
653 [[Postconditions:] [If this call returned `true`, then [unique_future_is_ready_link `this->is_ready
689 [[Postconditions:] [If this call returned `true`, then [unique_future_is_ready_link `this->is_ready
727 [[Postconditions:] [If this call returned `true`, then [unique_future_is_ready_link `this->is_ready
765 [[Postconditions:] [If this call returned `true`, then [unique_future_is_ready_link `this->is_ready
791 [section:is_ready Member function `is_ready()` EXTENSION]
793 bool is_ready() const;
1057 bool is_ready() const noexcept; // EXTENSION
1086 [[Postconditions:] [[shared_future_is_ready_link `this->is_ready`] returns `false`. [shared_future_…
1146 [[Postconditions:] [[shared_future_is_ready_link `this->is_ready()`] returns `true`. [shared_future…
1177 [[Postconditions:] [If this call returned `true`, then [shared_future_is_ready_link `this->is_ready
1206 [[Postconditions:] [If this call returned `true`, then [shared_future_is_ready_link `this->is_ready
1244 [[Postconditions:] [If this call returned `true`, then [shared_future_is_ready_link `this->is_ready
1282 [[Postconditions:] [If this call returned `true`, then [shared_future_is_ready_link `this->is_ready
1306 [section:is_ready Member function `is_ready()` EXTENSION]
1308 bool is_ready() const;
2528 - Returned future, is_ready() = true
2586 - Returned future<T>, is_ready() = true
2621 - Returned shared_future<T>, is_ready() = true