The functions provided in this namespace may be applied to value types. See the component-level documentation for what is meant by "value type".
| Name | Description |
|---|---|
assign | Assign the value of the specified rhs to the object specified its address lhs. Return 0 if successful, and a non-zero value otherwise. |
bdlat_valueTypeAssign | Assign the value of the specified rhs to the specified lhs. |
bdlat_valueTypeReset | Reset the specified object to its default value. |
reset | Reset the value of the specified object to its default value. |