Make CustomizedTypeConstRef to the specified "customized type" object.
Synopsis
Declared in <bdlar_refutil.h>
template<class t_TYPE>
static
CustomizedTypeConstRef
wrap(t_TYPE const& object)
requires IsCustomized<t_TYPE>::value;
Return Value
a CustomizedTypeConstRef for object
Parameters
Name |
Description |
object |
customized‐type object to wrap |
Created with MrDocs