Searched defs:is_union (Results 1 – 3 of 3) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_union : public integral_constant<bool, __is_union(_Tp)> {}; struct
17 template <class T> struct is_union : bool_constant<__is_union(T)> {}; global() struct
332 void is_union() in is_union() function