std::error_condition| Member functions |
|
|
|
|
|
|
|
|
| Non-member functions |
(until C++20)(until C++20)(C++20) |
| Helper classes |
|
|
Returns an explanatory message for the stored error value and error category. Effectively callscategory().message(value()).
[edit]Parameters
(none)
[edit]Return value
An explanatory message for the stored error value and error category.
[edit]Exceptions
May throw implementation-defined exceptions.
[edit]See also
| obtains the explanatory string (virtual public member function ofstd::error_category)[edit] |