|
BDE 4.39.x Production Release
|
#include <bslmf_isconvertibletoany.h>
This class template implements a component-private meta-function to determine if the (template parameter) t_TYPE is convertible to any other type.
Public Types | |
| typedef bsl::is_convertible< t_TYPE, UniqueType >::type | type |
| typedef bsl::is_convertible<t_TYPE,UniqueType>::type bslmf::IsConvertibleToAny_Imp< t_TYPE >::type |
type is defined as bsl::true_type if t_TYPE is convertible to UniqueType and bsl::false_type otherwise.