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