[#BloombergLP-bdlat_SymbolicConverter_LoadValue-operator_call-06] = 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, class INFO_TYPE> int operator()( LVALUE_TYPE* object, INFO_TYPE const& info) 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 | *info* | member information (unused) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#