[#absl-in_place_type] = xref:absl.adoc[absl]::in_place_type :relfileprefix: ../ :mrdocs: Disambiguation tag for in‐place construction of a given type. == Synopsis Declared in `<absl/utility/utility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] template<class T> inline constexpr std::in_place_type_t<T> const& in_place_type = std::in_place_type<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]#