std::error_condition::assign

From cppreference.com
 
 
 
 
 
void assign( int val, const error_category& cat );
(since C++11)

Assigns contents to an error condition. Sets the error code to val and error category to cat.

[edit] Parameters

val - error code
cat - error category

[edit] Return value

(none)

[edit] Exceptions

noexcept specification:  
noexcept