[#bsl-Pair_Second-05e-2constructor-03] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-05e.adoc[Pair_Second]::Pair_Second :relfileprefix: ../../ :mrdocs: Construct the `second` member of a `pair`, forwarding in order the elements in the specified `argsPack` to the corresponding constructor of (template parameter) `TYPE`. The length of the `argsPack` is equal to the length of the specified (template parameter pack) `I...` and passed to the constructor via the `Pair_IndexSequence` object. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class... ARGS, size_t I...> Pair_Second( std::tuple<ARGS...>&& argsPack, xref:BloombergLP/bslstl/Pair_IndexSequence.adoc[BloombergLP::bslstl::Pair_IndexSequence<I...>]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#