Searched defs:has_virtual_destructor_v (Results 1 – 6 of 6) sorted by relevance
26 inline constexpr bool has_virtual_destructor_v = __has_virtual_destructor(_Tp); variable