Searched defs:has_virtual_destructor (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dhas_virtual_destructor.h22 struct _LIBCPP_TEMPLATE_VIS has_virtual_destructor : public integral_constant<bool, __has_virtual_destructor(_Tp)> {}; struct in inherits:integral_constant

Completed in 89 milliseconds