std::error_category::error_category

From cppreference.com
 
 
 
 
 
error_category( const error_category& other ) = delete;
(1) (since C++11)
constexpr error_category();
(2) (since C++14)

Constructs the error category object.

[edit] Parameters

(none)

[edit] Exceptions

2)
noexcept specification:  
noexcept