[#BloombergLP-bdlar-AnyCastUtil-toSimpleTypeConstRef] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/AnyCastUtil.adoc[AnyCastUtil]::toSimpleTypeConstRef :relfileprefix: ../../../ :mrdocs: Cast the specified `any` to `SimpleTypeConstRef`. The behaviour is undefined unless `any.typeCategory() == bdlat_TypeCategory::e_SIMPLE_CATEGORY`. == Synopsis Declared in `<bdlar_anycastutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlar/SimpleTypeConstRef.adoc[SimpleTypeConstRef] toSimpleTypeConstRef(xref:BloombergLP/bdlar/AnyConstRef.adoc[AnyConstRef] const& any); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#