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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...operatorbool(3) C++ Standard Libarystd::experi...operatorbool(3)

NAME
       std::experimental::observer_ptr::operatorbool  -	std::experimental::ob-
       server_ptr::operatorbool

Synopsis
	  constexpr explicit operator bool() const noexcept;  (library	funda-
       mentals TS v2)

	  Checks  whether *this	has an associated watched object, i.e. whether
       get() !=
	  nullptr.

Parameters
	  (none)

Return value
	  true if *this	has an associated watched object, false	otherwise.

Example
	   This	section	is incomplete
	   Reason: no example

See also
	  get returns a	pointer	to the watched object
	      (public member function)

http://cppreference.com		  2022.07.31	 std::experi...operatorbool(3)

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

home | help