Return the base-type representation of the specified customized object.
Declared in <bdlat_customizedtypefunctions.h>
template<class TYPE>
bdlat_CustomizedTypeFunctions::BaseType<TYPE>::Type const&
convertToBaseType(TYPE const& object);
the base-type representation of object
| Name | Description |
|---|---|
| object | customized type whose base value is returned |