[#BloombergLP-bslstl-Pair_IndexSequence] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Pair_IndexSequence :relfileprefix: ../../ :mrdocs: `Pair_IndexSequence` is an alias to the `bslmf::IntegerSequence` class template specialized for the common case of the integer sequence were the element type `T` is `std::size_t`. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<std::size_t INTS...> using Pair_IndexSequence = xref:BloombergLP/bslmf/IntegerSequence.adoc[bslmf::IntegerSequence<std::size_t, INTS...>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#