Store the specified sourceMember (described by info) into the matching member of the destination sequence. Return 0 on success and a non‐zero value otherwise.

Synopsis

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;

Created with MrDocs