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

FreeBSD Manual Pages

  
 
  

home | help
std::system_error::code(3)    C++ Standard Libary   std::system_error::code(3)

NAME
       std::system_error::code - std::system_error::code

Synopsis
	  const	std::error_code& code()	const noexcept;	 (since	C++11)

	  Returns the stored error code.

Parameters
	  (none)

Return value
	  The stored error code.

See also
	  what	    returns an explanatory string
	  [virtual] (virtual public member function)

http://cppreference.com		  2022.07.31	    std::system_error::code(3)

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

home | help