Scroll to navigation

std::nostopstate(3) C++ Standard Libary std::nostopstate(3)

NAME

std::nostopstate - std::nostopstate

Synopsis


Defined in header <stop_token>
inline constexpr std::nostopstate_t nostopstate{}; (since C++20)


This is a constant object instance of std::nostopstate_t for use in constructing an
empty std::stop_source, as a placeholder value in the non-default constructor.

2022.07.31 http://cppreference.com