Store the specified sourceMember into the matching destination member.
Declared in <bdlat_symbolicconverter.h>
template<
class SOURCE_MEMBER_TYPE,
class INFO_TYPE>
int
operator()(
SOURCE_MEMBER_TYPE const& sourceMember,
INFO_TYPE const& info) const;
Return 0 on success and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| sourceMember | source member value to convert and store |
| info | information describing the source member |