Similar to StoreInSequence but this is for nullable.
Declared in <bdlat_symbolicconverter.h>
template<class NULLABLE_TYPE>
class bdlat_SymbolicConverter_StoreInNullable;
| Name | Description |
|---|---|
bdlat_SymbolicConverter_StoreInNullable [constructor] | Create a visitor that stores into the specified nullable destination using the specified conversion imp. |
operator() | Assign the specified value into the destination nullable object. Return 0 on success and a non-zero value otherwise. |