[#BloombergLP-bslstl-Function_InvokerUtil_IsExplicitlyConvertibleImp-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_InvokerUtil_IsExplicitlyConvertibleImp-0d.adoc[Function_InvokerUtil_IsExplicitlyConvertibleImp]<bslmf::VoidType<decltype(static_cast<TO>(std::declval<FROM>()))>::type, FROM, TO> :relfileprefix: ../../ :mrdocs: This component‐private `struct` template provides a partial specialization of the `Function_InvokerUtil_IsExplicitlyConvertibleImp` metafunction. This specialization is instantiated when the specified `FROM` type is explicitly convertible to the specified `TO` type, and publicly inherits from `bsl::true_type`. == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FROM, class TO> struct xref:BloombergLP/bslstl/Function_InvokerUtil_IsExplicitlyConvertibleImp-0d.adoc[Function_InvokerUtil_IsExplicitlyConvertibleImp]<bslmf::VoidType<decltype(static_cast<TO>(std::declval<FROM>()))>::type, FROM, TO> : xref:bsl/true_type.adoc[bsl::true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[bsl::true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#