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>
template<std::size_t INTS...>
using Pair_IndexSequence = bslmf::IntegerSequence<std::size_t, INTS...>;
Created with MrDocs