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.
Declared in <bslstl_function_invokerutil.h>
template<
class FROM,
class TO>
struct Function_InvokerUtil_IsExplicitlyConvertibleImp<bslmf::VoidType<decltype(static_cast<TO>(std::declval<FROM>()))>::type, FROM, TO>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |