error_category( const error_category& other ) = delete; | (1) | (since C++11) |
constexpr error_category(); | (2) | (since C++14) |
Constructs the error category object.
Parameters
(none).
Exceptions
2)
noexcept
specification: noexcept
Please login to continue.