Searched defs:is_trivially_copyable_v (Results 1 – 6 of 6) sorted by relevance
27 inline constexpr bool is_trivially_copyable_v = __is_trivially_copyable(_Tp); variable