man std::tr1::integral_constant (Fonctions bibliothèques) -
NAME
std::tr1::integral_constant -
SYNOPSIS
Inherited by is_array< _Tp[]>, is_array< _Tp[_Size]>, is_const, is_const < _Tp const >, is_member_object_pointer, is_reference< _Tp & >, is_unsigned, and is_volatile.
Detailed Description
template<typename _Tp, _Tp __v> struct std::tr1::integral_constant< _Tp, __v >
Definition at line 92 of file type_traits.
Public Types
typedef integral_constant< _Tp, __v > type
typedef _Tp value_type
Static Public Attributes
static const _Tp value
Author
Generated automatically by Doxygen for libstdc++ source from the source code.