[#absl-index_sequence] = xref:absl.adoc[absl]::index_sequence :relfileprefix: ../ :mrdocs: Compile‐time sequence of `size_t` indices. == Synopsis Declared in `<absl/utility/utility.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<size_t I...> using index_sequence [[deprecated("Use std::index_sequence instead.")]] = std::index_sequence<I...>; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]: Use std::index_sequence instead.. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#