This visitor stores each visited source member into a destination sequence.

Synopsis

Declared in <bdlat_symbolicconverter.h>

template<class SEQUENCE_TYPE>
class bdlat_SymbolicConverter_StoreInSequence;

Description

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.

Member Functions

Name

Description

bdlat_SymbolicConverter_StoreInSequence [constructor]

Create a visitor that stores into the specified sequence destination.

operator()

Store the specified sourceMember into the matching destination member.

Created with MrDocs