makeAnyConstRef overloads
Declared in <bdlar_refutil.h>
Make AnyConstRef to the specified object.
template<class t_TYPE>
static
AnyConstRef
makeAnyConstRef(t_TYPE const& object)
requires !IsDynamic<t_TYPE>::value;
» more...
Make AnyConstRef to the specified dynamic object.
template<class t_TYPE>
static
AnyConstRef
makeAnyConstRef(t_TYPE const& object)
requires IsDynamic<t_TYPE>::value;
» more...