[#absl-in_place_index] = xref:absl.adoc[absl]::in_place_index :relfileprefix: ../ :mrdocs: Disambiguation tag for in‐place construction at a given index. == Synopsis Declared in `<absl/utility/utility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated("Use std::in_place_index<I> instead.")]] template<size_t I> inline constexpr std::in_place_index_t<I> const& in_place_index = std::in_place_index<I>; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]: Use std::in_place_index<I> instead.. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#