Pair_MakeIndexSequence is an alias template to the bslmf::MakeIntegerSequence meta‐function 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 N>
using Pair_MakeIndexSequence = bslmf::MakeIntegerSequence<std::size_t, N>;

Created with MrDocs