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