|
BDE 4.14.0 Production release
|
#include <bslmf_isconvertibletoany.h>
Public Types | |
| typedef bsl::is_convertible< t_TYPE, UniqueType >::type | type |
This class template implements a component-private meta-function to determine if the (template parameter) t_TYPE is convertible to any other 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.