Move-assign from the specified rhs.
Declared in <bslstl_vector.h>
vector&
operator=(BloombergLP::bslmf::MovableRef<vector<VALUE_TYPE*, ALLOCATOR>> rhs) noexcept(/* see-below */);
NOTE: This function has been implemented inline due to an issue with the Sun compiler.
This function is potentially-throwing unless noexcept(this->d_impl = MoveUtil::move(MoveUtil::access(rhs).d_impl)).
reference providing modifiable access to this vector
| Name | Description |
|---|---|
| rhs | right-hand operand |