On this page
std::error_condition::assign
|
(since C++11) |
Assigns contents to an error condition. Sets the error value to val
and error category to cat
.
Parameters
val | - | error value |
cat | - | error category |
Return value
(none)
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/error/error_condition/assign