HelenOS sources

is_destructible   681 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct is_destructible: false_type
is_destructible   685 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct is_destructible<T, void_t<decltype(declval<T&>().~T())>>
HelenOS homepage, sources at GitHub