[#BloombergLP-bdlat_SymbolicConverter_StoreValue-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SymbolicConverter_StoreValue.adoc[bdlat_SymbolicConverter_StoreValue]::bdlat_SymbolicConverter_StoreValue :relfileprefix: ../../ :mrdocs: Create a visitor that stores into the specified `destination`. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit bdlat_SymbolicConverter_StoreValue( LVALUE_TYPE* destination, /* implementation-defined */* imp); ---- == Parameters [cols="1,4"] |=== | Name| Description | *destination* | object to receive converted values | *imp* | conversion implementation |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#