[#BloombergLP-bslmf-IsConvertibleToAny] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::IsConvertibleToAny :relfileprefix: ../../ :mrdocs: This `struct` template implements a meta‐function to determine if the (template parameter) `t_TYPE` is convertible to any other type. This `struct` derives from `bsl::true_type` if `t_TYPE` is convertible to any type, and `bsl::false_type` otherwise. == Synopsis Declared in `<bslmf_isconvertibletoany.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct IsConvertibleToAny : /* implementation-defined */::type ---- == Base Classes [cols="1,4"] |=== | Name| Description | `/* implementation-defined */::type` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#