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>

template<
    class... ARGS,
    size_t I...>
Pair_Second(
    std::tuple<ARGS...>&& argsPack,
    BloombergLP::bslstl::Pair_IndexSequence<I...>);

Created with MrDocs