BloombergLP::bdlat_SymbolicConverter_StoreValue::operator()

Assign the specified object to the destination.

Synopses

Declared in <bdlat_symbolicconverter.h>

Assign the specified object to the destination.

template<class RVALUE_TYPE>
int
operator()(RVALUE_TYPE const& object) const;
» more...

Assign the specified object to the destination.

template<
    class RVALUE_TYPE,
    class INFO_TYPE>
int
operator()(
    RVALUE_TYPE const& object,
    INFO_TYPE const& info) const;
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
objectsource value to convert and store
infomember information (unused)