BloombergLP::bdlar::RefUtil::makeAnyConstRef

Make AnyConstRef to the specified object.

Synopsis

Declared in <bdlar_refutil.h>

template<class t_TYPE>
static
AnyConstRef
makeAnyConstRef(t_TYPE const& object)
requires !IsDynamic<t_TYPE>::value;