Similar to StoreInSequence but this is for nullable.

Synopsis

Declared in <bdlat_symbolicconverter.h>

template<class NULLABLE_TYPE>
class bdlat_SymbolicConverter_StoreInNullable;

Member Functions

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.

Created with MrDocs