public member function
<system_error>

std::error_category::error_category

(1) default
error_category();
(2) copy (deleted)
error_category (const error_category&) = delete;
(1) default
constexpr error_category() noexcept;
(2) copy (deleted)
error_category (const error_category&) = delete;
Construct error_category
The default constructor constructs an object of this base type.

The copy constructor is deleted, which makes copy construction unavailable.

Parameters

none

See also