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

NAME

std::tr1::is_base_of -

SYNOPSIS



Inherits integral_constant< bool, __is_base_of_helper< _Base, _Derived >::__value >.

Detailed Description

template<typename _Base, typename _Derived> struct std::tr1::is_base_of< _Base, _Derived >

Definition at line 462 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.