Searched defs:is_enum (Results 1 – 4 of 4) sorted by relevance
150 template<typename T> struct is_enum { static constexpr bool value = __is_enum(T); }; struct
289 void is_enum() in is_enum() function
207 static constexpr bool is_enum = std::is_enum<decay>::value; member
1153 def is_enum(data): function