Convert from the specified value to the specified customized object. Return 0 if successful and non‐zero otherwise.

Synopsis

Declared in <bdlat_customizedtypefunctions.h>

template<
    class TYPE,
    class BASE_TYPE>
int
convertFromBaseType(
    TYPE* object,
    BASE_TYPE const& value);

Created with MrDocs