Namespaces
Variants
Actions

std::error_condition::category

From cppreference.com
 
 
 
 
 
const error_category& category()constnoexcept;
(since C++11)

Returns the stored error category.

[edit]Parameters

(none)

[edit]Return value

The stored error category.

[edit]See also

base class for error categories
(class)[edit]
close