[#BloombergLP-bdlat_SymbolicConverter_StoreInChoice-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SymbolicConverter_StoreInChoice.adoc[bdlat_SymbolicConverter_StoreInChoice]::operator() :relfileprefix: ../../ :mrdocs: Store the specified `sourceMember` (described by `info`) into the matching selection of the destination choice. Return 0 on success and a non‐zero value otherwise. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class SOURCE_MEMBER_TYPE, class INFO_TYPE> int operator()( SOURCE_MEMBER_TYPE const& sourceMember, INFO_TYPE const& info) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#