std::tr1::__is_convertible_simple< _From, _To > Struct Template Reference

Inheritance diagram for std::tr1::__is_convertible_simple< _From, _To >:

std::tr1::__sfinae_types List of all members.

Static Public Attributes

static const bool __value = sizeof(__test(__makeFrom())) == 1

Static Private Member Functions

static __one __test (_To)
static __two __test (...)
static _From __makeFrom ()

Detailed Description

template<typename _From, typename _To>
struct std::tr1::__is_convertible_simple< _From, _To >

Definition at line 471 of file type_traits.


Member Function Documentation

template<typename _From, typename _To>
static _From std::tr1::__is_convertible_simple< _From, _To >::__makeFrom (  )  [static, private]

template<typename _From, typename _To>
static __two std::tr1::__is_convertible_simple< _From, _To >::__test (   ...  )  [static, private]

template<typename _From, typename _To>
static __one std::tr1::__is_convertible_simple< _From, _To >::__test ( _To   )  [static, private]


Member Data Documentation

template<typename _From, typename _To>
const bool std::tr1::__is_convertible_simple< _From, _To >::__value = sizeof(__test(__makeFrom())) == 1 [static]

Definition at line 480 of file type_traits.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:59:51 2010 for GNU C++ STL by  doxygen 1.4.7