[#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`. | xref:BloombergLP/bdlat_SymbolicConverter_StoreInChoice/operator_call.adoc[`operator()`] | Store the specified `sourceMember` into the matching destination selection. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#