Assign the specified value into the destination nullable object.

Synopsis

Declared in <bdlat_symbolicconverter.h>

template<class VALUE_TYPE>
int
operator()(VALUE_TYPE const& value) const;

Description

Return 0 on success and a non‐zero value otherwise.

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

value

source value to convert and store

Created with MrDocs