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