[#BloombergLP-bdlat_SymbolicConverter_LoadValue-operator_call-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SymbolicConverter_LoadValue.adoc[bdlat_SymbolicConverter_LoadValue]::operator() :relfileprefix: ../../ :mrdocs: Assign `d_value` to the specified `*object`. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class LVALUE_TYPE> int operator()(LVALUE_TYPE* object) const; ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | destination object to receive the converted value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#