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

FreeBSD Manual Pages

  
 
  

home | help
std::error_...r_condition(3)  C++ Standard Libary std::error_...r_condition(3)

NAME
       std::error_category::default_error_condition - std::error_category::de-
       fault_error_condition

Synopsis
	  virtual  std::error_condition	 default_error_condition(  int	code )
       (since C++11)
	  const	noexcept;

	  Returns the error condition for the given error code.

	  Equivalent to	std::error_condition(code, *this).

Parameters
	  code - error code for	which to return	error condition

Return value
	  The error condition for the given error code.

http://cppreference.com		  2022.07.31	  std::error_...r_condition(3)

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

home | help