Convert the value of the specified rhs object to the specified (modifiable) lhs object.
Declared in <bdlar_symbolicconverter.h>
template<
class LHS_TYPE,
class RHS_TYPE>
static
int
convert(
LHS_TYPE* lhs,
RHS_TYPE const& rhs);
Return 0 on success and a non-zero value otherwise. The supported conversions are described in the bdlat_symbolicconverter component-level documentation.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| lhs | destination object to receive the converted value |
| rhs | source object to convert from |