Searched defs:is_aggregate_v (Results 1 – 7 of 7) sorted by relevance
27 inline constexpr bool is_aggregate_v = __is_aggregate(_Tp); variable
61 static constexpr bool is_aggregate_v = is_aggregate<T>::value; variable