std_tr1_integral_constant.3cxx

Langue: en

Version: 360184 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

std::tr1::integral_constant -

integral_constant

SYNOPSIS


Inherited by std::tr1::__is_floating_point_helper< typename >, std::tr1::__is_integral_helper< typename >, std::tr1::__is_member_function_pointer_helper< typename >, std::tr1::__is_member_object_pointer_helper< typename >, std::tr1::__is_member_pointer_helper< _Tp >, std::tr1::__is_pointer_helper< typename >, std::tr1::__is_void_helper< typename >, std::tr1::is_array< typename >, std::tr1::is_const< typename >, std::tr1::is_function< typename >, std::tr1::is_same< typename, 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 >

integral_constant

Definition at line 67 of file tr1_impl/type_traits.

Author

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