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