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