This struct template implements the is_convertible meta‐function defined in the C++11 standard to determine whether the (template parameter) t_FROM_TYPE is implicitly convertible to the (template parameter) t_TO_TYPE.
Synopsis
Declared in <bslmf_isconvertible.h>
template<
class t_FROM_TYPE,
class t_TO_TYPE>
struct is_convertible
: bsl::integral_constant<bool, ::std::is_convertible<typename BloombergLP::bslmf::IsConvertible_CheckComplete<t_FROM_TYPE>::type, typename BloombergLP::bslmf::IsConvertible_CheckComplete<t_TO_TYPE>::type>::value>
Base Classes
Name |
Description |
Metafunction representing a compile‐time constant of the specified (template parameter) |
Type Aliases
Name |
Description |
Alias for this |
|
Member Functions
Name |
Description |
Return a copy of the template argument |
|
Static Data Members
Name |
Derived Classes
Name |
Description |
This |
|
This |
|
|
|
|
|
|
|
|
|
|
Created with MrDocs