std::integral_constant.3cxx

Langue: en

Version: 271542 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::integral_constant - integral_constant

SYNOPSIS


Inherited by std::__is_member_object_pointer_helper< typename >, std::__is_pointer_helper< typename >, std::chrono::__is_duration< _Tp >, std::is_array< typename >, std::is_const< typename >, std::is_function< typename >, std::is_rvalue_reference< typename >, and std::tr1::__is_signed_helper< 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::integral_constant< _Tp, __v >

integral_constant

Definition at line 67 of file tr1_impl/type_traits.

Author

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