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

FreeBSD Manual Pages

  
 
  

home | help
std::any::reset(3)	      C++ Standard Libary	    std::any::reset(3)

NAME
       std::any::reset - std::any::reset

Synopsis
	  void reset() noexcept;  (since C++17)

	  If not empty,	destroys the contained object.

Parameters
	  (none)

Return value
	  (none)

See also
	  has_value checks if object holds a value
		    (public member function)

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

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

home | help