Searched refs:is_aggregate (Results 1 – 6 of 6) sorted by relevance
748 struct is_aggregate;
199 struct is_aggregate struct
104 template <class T> struct is_aggregate; // C++17301 = is_aggregate<T>::value; // C++171407 // is_aggregate1411 is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {};1416 = is_aggregate<_Tp>::value;
3212 /// is_aggregate3214 struct is_aggregate3220 inline constexpr bool is_aggregate_v = is_aggregate<_Tp>::value;