std::error_category::error_category (3) - Linux Manuals
std::error_category::error_category: std::error_category::error_category
NAME
std::error_category::error_category - std::error_category::error_category
Synopsis
error_category( const error_category& other ) = delete; (1) (since C++11)
constexpr error_category() noexcept; (2) (since C++14)
Constructs the error category object.
Parameters
(none)