BloombergLP::bdlat_SymbolicConverter_StoreInChoice

Similar to StoreInSequence but this is for choice.

Synopsis

Declared in <bdlat_symbolicconverter.h>

template<class CHOICE_TYPE>
class bdlat_SymbolicConverter_StoreInChoice;

Member Functions

NameDescription
bdlat_SymbolicConverter_StoreInChoice [constructor]Create a visitor that stores into the specified choice destination using the specified conversion imp.
operator() 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.