std::tr1::__is_base_of_helper< _Base, _Derived, > Struct Template Reference

Inheritance diagram for std::tr1::__is_base_of_helper< _Base, _Derived, >:

Inheritance graph

List of all members.


Detailed Description

template<typename _Base, typename _Derived, bool = (!__is_union_or_class<_Base>::value || !__is_union_or_class<_Derived>::value || is_same<_Base, _Derived>::value)>
struct std::tr1::__is_base_of_helper< _Base, _Derived, >

Definition at line 439 of file type_traits.

Public Types

Static Public Attributes


The documentation for this struct was generated from the following file:
Generated on Sat Sep 29 00:37:12 2007 for libstdc++ by  doxygen 1.5.3