Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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.

http://cppreference.com		  2022.07.31		   std::nostopstate(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::nostopstate&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help