Inheritance diagram for std::tr1::__in_array< _Tp >:

| Static Public Attributes | |
| static const bool | __value = sizeof(__test<_Tp>(0)) == 1 | 
| Static Private Member Functions | |
| template<typename _Up> | |
| static __one | __test (_Up(*)[1]) | 
| template<typename > | |
| static __two | __test (...) | 
Definition at line 53 of file type_traits.
| static __two std::tr1::__in_array< _Tp >::__test | ( | ... | ) |  [static, private] | 
| static __one std::tr1::__in_array< _Tp >::__test | ( | _Up(*) | [1] | ) |  [static, private] | 
| const bool std::tr1::__in_array< _Tp >::__value = sizeof(__test<_Tp>(0)) == 1  [static] | 
Definition at line 63 of file type_traits.
 1.4.7
 1.4.7