Construct and return an AnyRefData object for the specified object.
Declared in <bdlar_refdatautil.h>
template<class t_TYPE>
static
AnyRefData
makeAnyRefData(t_TYPE* object);
an AnyRefData wrapping object
| Name | Description |
|---|---|
| object | address of the object to wrap |