Assign the specified rhs vector to the specified lhs vector and return 0.
Synopsis
Declared in <bdlat_valuetypefunctions.h>
template<class t_TYPE>
int
bdlat_valueTypeAssign(
vector<t_TYPE>* lhs,
vector<t_TYPE> const& rhs);
Created with MrDocs