std::is_error_condition_enumstd::errc - cppreference.com (original) (raw)
Contents
Inherited from std::integral_constant
Member constants
| value[static] | true (public static member constant) |
|---|
Member functions
| operator bool | converts the object to bool, returns value (public member function) |
|---|---|
| operator()(C++14) | returns value (public member function) |
Member types
| Type | Definition |
|---|---|
| value_type | bool |
| type | std::integral_constant<bool, value> |