Copy‐assign from the specified rhs.
Synopsis
Declared in <bslstl_vector.h>
vector<VALUE_TYPE*, ALLOCATOR>&
operator=(vector const& rhs);
Return Value
reference providing modifiable access to this vector
Parameters
Name |
Description |
rhs |
right‐hand operand |
Created with MrDocs