std::error_condition::assign
Min standard notice:
Assigns contents to an error condition. Sets the error value to val and error category to cat.
# Declarations
void assign( int val, const error_category& cat ) noexcept;
(since C++11)
# Parameters
val: error valuecat: error category
# Return value
(none)