[#bsl-Pair_Second-01-2constructor-07] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-01.adoc[Pair_Second<TYPE&>]::Pair_Second :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/Pair_Second-01/2constructor-089.adoc[Pair_Second](xref:bsl/Pair_Second-01.adoc[Pair_Second] const& other) = default; ---- [.small]#xref:bsl/Pair_Second-01/2constructor-089.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/Pair_Second-01/2constructor-00.adoc[Pair_Second](xref:bsl/Pair_Second-01.adoc[Pair_Second]&& other) = default; ---- [.small]#xref:bsl/Pair_Second-01/2constructor-00.adoc[_» more..._]# Bind the specified `value` into the `second` reference‐member. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:bsl/Pair_Second-01/2constructor-08d.adoc[Pair_Second](TYPE& value); ---- [.small]#xref:bsl/Pair_Second-01/2constructor-08d.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class PARAM, class = void> requires std::is_constructible<TYPE, PARAM>::value constexpr explicit xref:bsl/Pair_Second-01/2constructor-0e.adoc[Pair_Second](PARAM&& value); ---- [.small]#xref:bsl/Pair_Second-01/2constructor-0e.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARG> constexpr xref:bsl/Pair_Second-01/2constructor-04.adoc[Pair_Second]( std::tuple<ARG>&& arg, xref:BloombergLP/bslstl/Pair_IndexSequence.adoc[BloombergLP::bslstl::Pair_IndexSequence<0U>]); ---- [.small]#xref:bsl/Pair_Second-01/2constructor-04.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class PARAM> constexpr xref:bsl/Pair_Second-01/2constructor-0c.adoc[Pair_Second]( PARAM&& value, xref:BloombergLP/bslma/Allocator.adoc[BloombergLP::bslma::Allocator]* basicAllocator, xref:bsl/Pair_BslmaIdiomNone.adoc[Pair_BslmaIdiomNone]); ---- [.small]#xref:bsl/Pair_Second-01/2constructor-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#