[#BloombergLP-bslstl-Function_InvokerUtil_IsExplicitlyConvertibleImp-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Function_InvokerUtil_IsExplicitlyConvertibleImp :relfileprefix: ../../ :mrdocs: forward declaration == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VOID_TYPE, class FROM, class TO> struct Function_InvokerUtil_IsExplicitlyConvertibleImp : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_InvokerUtil_IsExplicitlyConvertibleImp-03.adoc[`Function_InvokerUtil_IsExplicitlyConvertibleImp<bslmf::VoidType<decltype(static_cast<TO>(std::declval<FROM>()))>::type, FROM, TO>`] | 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`. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_InvokerUtil_IsExplicitlyConvertible-0c.adoc[`Function_InvokerUtil_IsExplicitlyConvertible`] | forward declaration |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#