NAME
std::tr1::is_base_of -
SYNOPSIS
Inherits std::tr1::integral_constant< _Tp, __v >< bool, std::tr1::__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 465 of file type_traits.
Public Types
typedef integral_constant< _Tp, __v > type
typedef _Tp value_type
Static Public Attributes
static const _Tp value
Author
Generated automatically by Doxygen for libstdc++ from the source code.