[#BloombergLP-bdlar-RefUtil-makeAnyConstRef-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/RefUtil.adoc[RefUtil]::makeAnyConstRef :relfileprefix: ../../../ :mrdocs: `makeAnyConstRef` overloads == Synopses Declared in `<bdlar_refutil.h>` Make `AnyConstRef` to the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> static xref:BloombergLP/bdlar/AnyConstRef.adoc[AnyConstRef] xref:BloombergLP/bdlar/RefUtil/makeAnyConstRef-0b.adoc[makeAnyConstRef](t_TYPE const& object) requires !IsDynamic<t_TYPE>::value; ---- [.small]#xref:BloombergLP/bdlar/RefUtil/makeAnyConstRef-0b.adoc[_» more..._]# Make `AnyConstRef` to the specified dynamic `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> static xref:BloombergLP/bdlar/AnyConstRef.adoc[AnyConstRef] xref:BloombergLP/bdlar/RefUtil/makeAnyConstRef-03.adoc[makeAnyConstRef](t_TYPE const& object) requires IsDynamic<t_TYPE>::value; ---- [.small]#xref:BloombergLP/bdlar/RefUtil/makeAnyConstRef-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#