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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::future_error::what - std::future_error::what

Synopsis
	  virtual const	char* what() const noexcept;  (since C++11)

	  Returns the explanatory string.

Parameters
	  (none)

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

See also
	  code returns the error code
	       (public member function)

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

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

home | help