[#BloombergLP-bdlat_SymbolicConverter_StoreValue] = xref:BloombergLP.adoc[BloombergLP]::bdlat_SymbolicConverter_StoreValue :relfileprefix: ../ :mrdocs: This visitor assigns the value of the visited member to `d_destination_p`. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class LVALUE_TYPE> class bdlat_SymbolicConverter_StoreValue; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_SymbolicConverter_StoreValue/2constructor.adoc[`bdlat_SymbolicConverter_StoreValue`] [.small]#[constructor]# | Create a visitor that stores into the specified `destination` using the specified conversion `imp`. | xref:BloombergLP/bdlat_SymbolicConverter_StoreValue/operator_call-0b.adoc[`operator()`] | Assign the specified `object` to `*d_lValue_p`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#