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

List of all members.

Static Public Attributes

static const bool __value

Detailed Description

template<typename _From, typename _To, bool = (is_void<_From>::value || is_void<_To>::value || is_function<_To>::value || is_array<_To>::value || (is_floating_point<typename remove_reference<_From>::type>::value && __is_int_or_cref<_To>::__value))>
struct std::tr1::__is_convertible_helper< _From, _To, >

Definition at line 500 of file type_traits.


Member Data Documentation

template<typename _From, typename _To, bool = (is_void<_From>::value || is_void<_To>::value || is_function<_To>::value || is_array<_To>::value || (is_floating_point<typename remove_reference<_From>::type>::value && __is_int_or_cref<_To>::__value))>
const bool std::tr1::__is_convertible_helper< _From, _To, >::__value [static]

Initial value:

 (__is_convertible_simple<typename
                   add_reference<_From>::type, _To>::__value)

Definition at line 503 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