Inheritance diagram for std::tr1::integral_constant< _Tp, __v >:

| Public Types | |
| typedef _Tp | value_type | 
| typedef integral_constant< _Tp, __v > | type | 
| Static Public Attributes | |
| static const _Tp | value = __v | 
Definition at line 92 of file type_traits.
| typedef integral_constant<_Tp, __v> std::tr1::integral_constant< _Tp, __v >::type | 
Definition at line 96 of file type_traits.
| typedef _Tp std::tr1::integral_constant< _Tp, __v >::value_type | 
Definition at line 95 of file type_traits.
| const _Tp std::tr1::integral_constant< _Tp, __v >::value = __v  [static] | 
Definition at line 94 of file type_traits.
 1.4.7
 1.4.7