std::tr1::__is_int_or_cref< _Tp > Struct Template Reference

List of all members.

Public Types

typedef remove_reference<
_Tp >::type 
__rr_Tp

Static Public Attributes

static const bool __value

Detailed Description

template<typename _Tp>
struct std::tr1::__is_int_or_cref< _Tp >

Definition at line 484 of file type_traits.


Member Typedef Documentation

template<typename _Tp>
typedef remove_reference<_Tp>::type std::tr1::__is_int_or_cref< _Tp >::__rr_Tp

Definition at line 486 of file type_traits.


Member Data Documentation

template<typename _Tp>
const bool std::tr1::__is_int_or_cref< _Tp >::__value [static]

Initial value:

 (is_integral<_Tp>::value
                   || (is_integral<__rr_Tp>::value
                       && is_const<__rr_Tp>::value
                       && !is_volatile<__rr_Tp>::value))

Definition at line 487 of file type_traits.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:59:51 2010 for GNU C++ STL by  doxygen 1.4.7