BloombergLP::bdlar::RefUtil::makeAnyRef

makeAnyRef overloads

Synopses

Declared in <bdlar_refutil.h>

Make AnyRef to the specified object.

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

Make AnyRef to the specified dynamic object.

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