std::tr1::__is_convertible_helper< _From, _To, true > Struct Template Reference

List of all members.

Static Public Attributes

static const bool __value

Detailed Description

template<typename _From, typename _To>
struct std::tr1::__is_convertible_helper< _From, _To, true >

Definition at line 508 of file type_traits.


Member Data Documentation

template<typename _From, typename _To>
const bool std::tr1::__is_convertible_helper< _From, _To, true >::__value [static]

Initial value:

 (is_void<_To>::value
                   || (__is_int_or_cref<_To>::__value
                       && !is_void<_From>::value))

Definition at line 509 of file type_traits.


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