Searched defs:is_enum (Results 1 – 3 of 3) sorted by relevance
22 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_enum struct
147 template<typename T> struct is_enum { static constexpr bool value = __is_enum(T); }; struct
346 void is_enum() in is_enum() function