Convert the value of the specified rhs type-erased object to the specified (modifiable) lhs type-erased object.
Declared in <bdlar_symbolicconverter.h>
static
int
convert(
AnyRef lhs,
AnyConstRef rhs,
std::ostream& errorStream);
Write diagnostic messages to the specified errorStream on failure. Return 0 on success and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| lhs | destination type-erased object to receive the converted value |
| rhs | source type-erased object to convert from |
| errorStream | stream for diagnostic messages |