[#BloombergLP-bdlat_SymbolicConverter_StoreInNullable] = xref:BloombergLP.adoc[BloombergLP]::bdlat_SymbolicConverter_StoreInNullable :relfileprefix: ../ :mrdocs: Similar to `StoreInSequence` but this is for nullable. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class NULLABLE_TYPE> class bdlat_SymbolicConverter_StoreInNullable; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_SymbolicConverter_StoreInNullable/2constructor.adoc[`bdlat_SymbolicConverter_StoreInNullable`] [.small]#[constructor]# | Create a visitor that stores into the specified nullable `destination` using the specified conversion `imp`. | xref:BloombergLP/bdlat_SymbolicConverter_StoreInNullable/operator_call.adoc[`operator()`] | Assign the specified `value` into the destination nullable object. Return 0 on success and a non‐zero value otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#