BloombergLP::bdlar::CustomizedTypeRef::convertFromBaseType

Assign a value converted from the specified base value.

Synopsis

Declared in <bdlar_customizedtyperef.h>

template<class t_BASE_TYPE>
int
convertFromBaseType(t_BASE_TYPE const& value) const;

Return Value

0 if successful and non-zero otherwise

Parameters

NameDescription
valuebase-type value to convert from