BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::IsConvertibleToAny_Imp< t_TYPE > Class Template Reference

#include <bslmf_isconvertibletoany.h>

Public Types

typedef bsl::is_convertible< t_TYPE, UniqueType >::type type
 

Detailed Description

template<class t_TYPE>
class bslmf::IsConvertibleToAny_Imp< t_TYPE >

This class template implements a component-private meta-function to determine if the (template parameter) t_TYPE is convertible to any other type.

See bslmf_isconvertibletoany

Member Typedef Documentation

◆ type

template<class t_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.


The documentation for this class was generated from the following file: