std::error_condition::assign - cppreference.com (original) (raw)
| void assign( int val, const error_category& cat ) noexcept; | | (since C++11) | | ------------------------------------------------------------ | | ------------- |
Assigns contents to an error condition. Sets the error value to val and error category to cat.
[edit] Parameters
| val | - | error value |
|---|---|---|
| cat | - | error category |
[edit] Return value
(none)