bsl::bdlat_valueTypeAssign

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

NameDescription
lhsvector to receive the assigned value
rhsvector value to assign to *lhs