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::optional::operatorbool    -	std::experimental::op-
       tional::operatorbool

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

	  Checks whether *this contains	a value.

Parameters
	  (none)

Return value
	  true	if  *this  contains a value, false if *this does not contain a
       value.

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::optional::operatorbool&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help