[#bsl-bdlat_valueTypeAssign] = xref:bsl.adoc[bsl]::bdlat_valueTypeAssign :relfileprefix: ../ :mrdocs: Assign the specified `rhs` vector to the specified `lhs` vector. == Synopsis Declared in `<bdlat_valuetypefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> int bdlat_valueTypeAssign( xref:bsl/vector-00d.adoc[vector<t_TYPE>]* lhs, xref:bsl/vector-00d.adoc[vector<t_TYPE>] const& rhs); ---- == Return Value 0 == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | vector to receive the assigned value | *rhs* | vector value to assign to `*lhs` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#