[#BloombergLP-bdlat_SymbolicConverter_StoreInNullable-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SymbolicConverter_StoreInNullable.adoc[bdlat_SymbolicConverter_StoreInNullable]::operator() :relfileprefix: ../../ :mrdocs: Assign the specified `value` into the destination nullable object. Return 0 on success and a non‐zero value otherwise. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE_TYPE> int operator()(VALUE_TYPE const& value) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#