Assign the specified sourceElement to the selected array element.
Declared in <bdlat_symbolicconverter.h>
template<class SOURCE_ELEMENT_TYPE>
int
operator()(SOURCE_ELEMENT_TYPE const& sourceElement) const;
Return 0 on success and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| sourceElement | source element value to convert and store |