std::is_error_condition_enum<std::errc> - cppreference.com
From cppreference.com
|
|
(since C++11) | |
Specifies that std::errc is an error condition enum. This enables implicit conversion to std::error_condition.
Inherited from std::integral_constant
Member constants
true (public static member constant) |
Member functions
converts the object to bool, returns value (public member function) | |
returns value (public member function) |
Member types
| Type | Definition |
value_type
|
bool
|
type
|
std::integral_constant<bool, value>
|