[#absl-is_trivially_default_constructible] = xref:absl.adoc[absl]::is_trivially_default_constructible :relfileprefix: ../ :mrdocs: Deprecated alias for `std::is_trivially_default_constructible`. Prefer the std version directly. == Synopsis Declared in `<absl/meta/type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class T> using is_trivially_default_constructible [[deprecated]] = std::is_trivially_default_constructible<T>; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#