Deprecated alias for std::is_trivially_destructible. Prefer the std version directly.
Declared in <absl/meta/type_traits.h>
template<class T>
using is_trivially_destructible [[deprecated]] = std::is_trivially_destructible<T>;
Deprecated. Use of this entity is allowed but discouraged.