Return an AnyConstRef to the base‐type representation of the specified ref.
Synopsis
Declared in <bdlar_customizedtypetraits.h>
AnyConstRef const&
bdlat_customizedTypeConvertToBaseType(CustomizedTypeConstRef const& ref);
Return Value
an AnyConstRef to the base‐type representation of ref
Parameters
Name |
Description |
ref |
const customized‐type reference to convert |
Created with MrDocs