Similar to StoreInSequence but this is for choice.
Declared in <bdlat_symbolicconverter.h>
template<class CHOICE_TYPE>
class bdlat_SymbolicConverter_StoreInChoice;
| Name | Description |
|---|---|
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. |