man std::tr1::__stripped_tuple_type (Fonctions bibliothèques) -

NAME

std::tr1::__stripped_tuple_type -

SYNOPSIS



Detailed Description

template<typename _Tp0 = _NullClass, typename _Tp1 = _NullClass, typename _Tp2 = _NullClass, typename _Tp3 = _NullClass, typename _Tp4 = _NullClass, typename _Tp5 = _NullClass, typename _Tp6 = _NullClass, typename _Tp7 = _NullClass, typename _Tp8 = _NullClass, typename _Tp9 = _NullClass> struct std::tr1::__stripped_tuple_type< _Tp0, _Tp1, _Tp2, _Tp3, _Tp4, _Tp5, _Tp6, _Tp7, _Tp8, _Tp9 >

Definition at line 233 of file tuple.

Public Types

typedef tuple< typename __strip_reference_wrapper< _Tp0 >::__type, typename __strip_reference_wrapper< _Tp1 >::__type, typename __strip_reference_wrapper< _Tp2 >::__type, typename __strip_reference_wrapper< _Tp3 >::__type, typename __strip_reference_wrapper< _Tp4 >::__type, typename __strip_reference_wrapper< _Tp5 >::__type, typename __strip_reference_wrapper< _Tp6 >::__type, typename __strip_reference_wrapper< _Tp7 >::__type, typename __strip_reference_wrapper< _Tp8 >::__type, typename __strip_reference_wrapper< _Tp9 >::__type > __type

Author

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