std::tr1::integral_constant

Langue: en

Autres versions - même langue

Version: 320517 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::tr1::integral_constant - helper classes [4.3].

SYNOPSIS


Inherited by std::tr1::is_integral< typename >, std::tr1::is_same< typename, typename >, std::tr1::is_unsigned< typename >, and std::tr1::is_volatile< typename >.

Public Types


typedef integral_constant< _Tp, __v > type

typedef _Tp value_type

Static Public Attributes


static const _Tp value

Detailed Description

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

Definition at line 92 of file type_traits.

Author

Generated automatically by Doxygen for libstdc++ from the source code.