[#absl-index_sequence_for] = xref:absl.adoc[absl]::index_sequence_for :relfileprefix: ../ :mrdocs: Index sequence covering the given parameter pack. == Synopsis Declared in `<absl/utility/utility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... T> using index_sequence_for [[deprecated("Use std::index_sequence_for instead.")]] = std::index_sequence_for<T...>; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]: Use std::index_sequence_for instead.. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#