std::error_category::~error_category

From cppreference.com
 
 
 
 
 
virtual ~error_category();
(since C++11)

Destroys the object.

[edit] Parameters

(none)

[edit] Exceptions

noexcept specification:  
noexcept
  (since C++11)