Assign the specified rhs vector to the specified lhs vector.
Declared in <bdlat_valuetypefunctions.h>
template<class t_TYPE>
int
bdlat_valueTypeAssign(
vector<t_TYPE>* lhs,
vector<t_TYPE> const& rhs);
0
| Name | Description |
|---|---|
| lhs | vector to receive the assigned value |
| rhs | vector value to assign to *lhs |