NOTE: This function has been implemented inline due to an issue with the Sun compiler.
Synopses
Declared in <bslstl_vector.h>
NOTE: This function has been implemented inline due to an issue with the Sun compiler.
vector<void*>&
operator=(BloombergLP::bslmf::MovableRef<vector<void*, allocator<void*>>> rhs) noexcept(/* see-below */);
vector<void*>&
operator=(std::initializer_list<void*> values);
vector<void*>&
operator=(vector<void*> const& rhs);
Created with MrDocs