| (since C++11) |
Assigns contents to an error condition. Sets the error code to val
and error category to cat
.
Parameters
val | - | error code |
cat | - | error category |
Return value
(none).
Exceptions
noexcept
specification: noexcept
| (since C++11) |
Assigns contents to an error condition. Sets the error code to val
and error category to cat
.
val | - | error code |
cat | - | error category |
(none).
noexcept
specification: noexcept
Designed by : w10schools
service@w10schools.com
Please login to continue.