[#BloombergLP-bdlat_SymbolicConverter_StoreInSequence] = xref:BloombergLP.adoc[BloombergLP]::bdlat_SymbolicConverter_StoreInSequence :relfileprefix: ../ :mrdocs: This visitor is used when assigning to a sequence. It will visit each member from the source object. Each time a member is visited, it will use the `LoadValue` visitor template to visit the member with the same name in the destination sequence. This will cause the value of the member in the source object to be assigned to the member (with the same name) of the destination sequence object. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class SEQUENCE_TYPE> class bdlat_SymbolicConverter_StoreInSequence; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_SymbolicConverter_StoreInSequence/2constructor.adoc[`bdlat_SymbolicConverter_StoreInSequence`] [.small]#[constructor]# | Create a visitor that stores into the specified sequence `destination` using the specified conversion `imp`. | xref:BloombergLP/bdlat_SymbolicConverter_StoreInSequence/operator_call.adoc[`operator()`] | Store the specified `sourceMember` (described by `info`) into the matching member of the destination sequence. Return 0 on success and a non‐zero value otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#