std::tr1::integral_constant< _Tp, __v > Struct Template Reference

helper classes [4.3]. More...

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

std::tr1::__is_location_invariant< _Tp > std::tr1::__is_union_or_class< _Tp > std::tr1::_Has_result_type< _Tp > std::tr1::extent< _Tp[], _Uint > std::tr1::has_nothrow_assign< _Tp > std::tr1::has_nothrow_constructor< _Tp > std::tr1::has_nothrow_copy< _Tp > std::tr1::has_trivial_assign< _Tp > std::tr1::has_trivial_constructor< _Tp > std::tr1::has_trivial_copy< _Tp > std::tr1::has_trivial_destructor< _Tp > std::tr1::is_abstract< _Tp > std::tr1::is_arithmetic< _Tp > std::tr1::is_base_of< _Base, _Derived > std::tr1::is_compound< _Tp > std::tr1::is_convertible< _From, _To > std::tr1::is_empty< _Tp > std::tr1::is_function< _Tp > std::tr1::is_fundamental< _Tp > std::tr1::is_member_pointer< _Tp > std::tr1::is_object< _Tp > std::tr1::is_pod< _Tp > std::tr1::is_polymorphic< _Tp > std::tr1::is_scalar< _Tp > std::tr1::rank< _Tp[]> std::tr1::rank< _Tp[_Size]> List of all members.

Public Types

typedef _Tp value_type
typedef integral_constant<
_Tp, __v > 
type

Static Public Attributes

static const _Tp value = __v

Detailed Description

template<typename _Tp, _Tp __v>
struct std::tr1::integral_constant< _Tp, __v >

helper classes [4.3].

Definition at line 92 of file type_traits.


Member Typedef Documentation

template<typename _Tp, _Tp __v>
typedef integral_constant<_Tp, __v> std::tr1::integral_constant< _Tp, __v >::type

Definition at line 96 of file type_traits.

template<typename _Tp, _Tp __v>
typedef _Tp std::tr1::integral_constant< _Tp, __v >::value_type

Definition at line 95 of file type_traits.


Member Data Documentation

template<typename _Tp, _Tp __v>
const _Tp std::tr1::integral_constant< _Tp, __v >::value = __v [static]

Definition at line 94 of file type_traits.


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