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

Name

Description

object

address of the object to wrap

Created with MrDocs