Make AnyRef to the specified dynamic object.

Synopsis

Declared in <bdlar_refutil.h>

template<class t_TYPE>
static
AnyRef
makeAnyRef(t_TYPE& object)
requires IsDynamic<t_TYPE>::value;

Return Value

an AnyRef for object

Parameters

Name

Description

object

dynamic object to wrap as AnyRef

Created with MrDocs