Searched defs:is_error_condition_enum (Results 1 – 4 of 4) sorted by relevance
29 struct _LIBCPP_TEMPLATE_VIS is_error_condition_enum : public false_type {}; global() struct
40 struct std::is_error_condition_enum<A> : public std::true_type {}; struct
31 struct is_error_condition_enum<User::Err> : true_type {}; global() struct
33 struct is_error_condition_enum<User::Err> : true_type {}; global() struct