NOTE: This function has been implemented inline due to an issue with the Sun compiler.
Synopsis
Declared in <bslstl_vector.h>
vector<void*>&
operator=(BloombergLP::bslmf::MovableRef<vector<void*, allocator<void*>>> rhs) noexcept(/* see-below */);
Exception specification
This function is potentially-throwing unless noexcept(this‐>d_impl = MoveUtil::move(MoveUtil::access(rhs).d_impl)).
Created with MrDocs