This component‐private class holds the second 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>
template<class TYPE>
struct Pair_Second<TYPE&>;
Protected Member Functions
Name |
Description |
|
Constructors |
Assign to the object bound to |