Construct and return an AnyConstRefData object for the specified object.

Synopsis

Declared in <bdlar_refdatautil.h>

template<class t_TYPE>
static
AnyConstRefData
makeAnyConstRefData(t_TYPE const* object);

Return Value

an AnyConstRefData wrapping object

Parameters

Name

Description

object

address of the object to wrap

Created with MrDocs