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

FreeBSD Manual Pages

  
 
  

home | help
std::error_code::assign(3)    C++ Standard Libary   std::error_code::assign(3)

NAME
       std::error_code::assign - std::error_code::assign

Synopsis
	  void	assign(	int ec,	const error_category& ecat ) noexcept;	(since
       C++11)

	  Replaces the contents	with error code	ec and corresponding  category
       ecat.

Parameters
	  ec   - platform-dependent error code enum to assign
	  ecat - error category	corresponding to ec

Return value
	  (none)

See also
	  operator= assigns another error code
		    (public member function)

http://cppreference.com		  2022.07.31	    std::error_code::assign(3)

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

home | help