man std::tr1::is_convertible (Fonctions bibliothèques) -

NAME

std::tr1::is_convertible -

SYNOPSIS



Inherits integral_constant< bool, __is_convertible_helper< _From, _To >::__value >.

Detailed Description

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

Definition at line 511 of file type_traits.

Public Types

typedef integral_constant< bool, __v > type

typedef bool value_type

Static Public Attributes

static const bool value

Author

Generated automatically by Doxygen for libstdc++ source from the source code.