BloombergLP::bdlar::RefDataUtil::makeAnyRefData

Construct and return an AnyRefData object for the specified object.

Synopsis

Declared in <bdlar_refdatautil.h>

template<class t_TYPE>
static
AnyRefData
makeAnyRefData(t_TYPE* object);

Return Value

an AnyRefData wrapping object

Parameters

NameDescription
objectaddress of the object to wrap