[#bsl-Pair_First-02] = xref:bsl.adoc[bsl]::xref:bsl/Pair_First-00.adoc[Pair_First]<TYPE&> :relfileprefix: ../ :mrdocs: This component‐private `class` holds the `first` data member of a `pair` when that member is an lvalue‐reference. Note that the C++ Standard defines the assignment operator to assign through the reference in this case, where the implicitly declared assignment operator would be deleted. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct xref:bsl/Pair_First-00.adoc[Pair_First]<TYPE&>; ---- == Protected Member Functions [cols="1,4"] |=== | Name| Description | xref:bsl/Pair_First-02/2constructor-0ec.adoc[`Pair_First`] [.small]#[constructor]# | Constructors | xref:bsl/Pair_First-02/operator_assign.adoc[`operator=`] | Assign to the object bound to `first` the value of the object bound to 'rhs.first', and return a reference offering modifiable access to this object. Note that this operations assigns through the reference, it does not rebind the reference. |=== == Protected Data Members [cols="1"] |=== | Name | xref:bsl/Pair_First-02/first.adoc[`first`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#