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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::any::empty - std::experimental::any::empty

Synopsis
	  bool empty() const noexcept;	(library fundamentals TS)

	  Checks whether the object contains a value.

Parameters
	  (none)

Return value
	  true if instance is empty, otherwise false.

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

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

home | help