|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Modifiers | ||||
| Observers | ||||
stop_source::get_token | ||||
| Non-member functions | ||||
| Helper tags | ||||
std::stop_token get_token()constnoexcept; | (since C++20) | |
Returns astop_token object associated with thestop_source's stop-state, if thestop_source has stop-state; otherwise returns a default-constructed (empty)stop_token.
(none)
Astop_token object, which will be empty ifthis->stop_possible()==false.
| This section is incomplete Reason: no example |