[#BloombergLP-bdlat_SymbolicConverter_StoreInChoice] = xref:BloombergLP.adoc[BloombergLP]::bdlat_SymbolicConverter_StoreInChoice :relfileprefix: ../ :mrdocs: Similar to `StoreInSequence` but this is for choice. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class CHOICE_TYPE> class bdlat_SymbolicConverter_StoreInChoice; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_SymbolicConverter_StoreInChoice/2constructor.adoc[`bdlat_SymbolicConverter_StoreInChoice`] [.small]#[constructor]# | Create a visitor that stores into the specified choice `destination` using the specified conversion `imp`. | xref:BloombergLP/bdlat_SymbolicConverter_StoreInChoice/operator_call.adoc[`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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#