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

FreeBSD Manual Pages

  
 
  

home | help
std::bad_exception::what(3)   C++ Standard Libary  std::bad_exception::what(3)

NAME
       std::bad_exception::what	- std::bad_exception::what

Synopsis
	  virtual const	char* what() const noexcept;

	  Returns the explanatory string.

Parameters
	  (none)

Return value
	  Pointer to a null-terminated string with explanatory information.

http://cppreference.com		  2022.07.31	   std::bad_exception::what(3)

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

home | help