Quick Links:

bal | bbl | bdl | bsl

Classes | Public Types

bslmf::IsConvertibleToAny_Imp< t_TYPE > Class Template Reference

#include <bslmf_isconvertibletoany.h>

List of all members.

Classes

struct  UniqueType

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 Component bslmf_isconvertibletoany


Member Typedef Documentation

template<class t_TYPE>
typedef bsl::is_convertible<t_TYPE, UniqueType>::type bslmf::IsConvertibleToAny_Imp< t_TYPE >::Type

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