const error_category& category() const; | (since C++11) |
Returns the stored error category.
Parameters
(none).
Return value
The stored error category.
Exceptions
noexcept
specification: noexcept
const error_category& category() const; | (since C++11) |
Returns the stored error category.
(none).
The stored error category.
noexcept
specification: noexcept
Please login to continue.