Assign the specified value into the destination nullable object.
Declared in <bdlat_symbolicconverter.h>
template<class VALUE_TYPE>
int
operator()(VALUE_TYPE const& value) const;
Return 0 on success and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | source value to convert and store |