std::error_category::~error_category
From cppreference.net
< cpp | error | error category
C++
Utilities library
|
|
Diagnostics library
|
|
std::error_category
Member functions | ||||
error_category::~error_category | ||||
(until C++20)(until C++20)(C++20) |
virtual ~error_category(); |
(since C++11) | |
Destroys the object.
Parameters
(none)