FreeBSD Manual Pages
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 val, const error_category& cat ) noexcept; (since C++11) Replaces the contents with error code value val and corresponding category cat. Parameters val - platform-dependent error code value to assign cat - error category corresponding to val Return value (none) See also operator= assigns another error code (public member function) http://cppreference.com 2024.06.10 std::error_code::assign(3)
NAME | Synopsis | Parameters | Return value | See also
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.1.quarterly>
