BloombergLP::bdlat_SymbolicConverter_LoadValue::operator()

Assign d_value to the specified *object.

Synopses

Declared in <bdlat_symbolicconverter.h>

Assign d_value to the specified *object.

template<class LVALUE_TYPE>
int
operator()(LVALUE_TYPE* object) const;
» more...

Assign d_value to the specified *object.

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

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
objectdestination object to receive the converted value
infomember information (unused)