|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Modifiers | ||||
| Observers | ||||
| Non-member functions | ||||
| Helper tags | ||||
std::nostopstatestd::nostopstate_t |
Defined in header <stop_token> | ||
struct nostopstate_t{explicit nostopstate_t()=default;}; | (1) | (since C++20) |
inlineconstexprstd::nostopstate_t nostopstate{}; | (2) | (since C++20) |
std::nostopstate_t for use in constructing an emptystd::stop_source, as a placeholder value in the non-default constructor.(C++20) | class representing a request to stop one or morestd::jthreads (class)[edit] |