std::tr1::_Safe_tuple_element.3cxx

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

std::tr1::_Safe_tuple_element -

SYNOPSIS


Inherits std::tr1::_Safe_tuple_element_impl< __i, _Tuple,(__i >=0 &&__i< tuple_size< _Tuple >::value)>.

Detailed Description

template<int __i, typename _Tuple> struct std::tr1::_Safe_tuple_element< __i, _Tuple >

Like tuple_element, but returns _No_tuple_element when tuple_element would return an error.

Definition at line 934 of file tr1_impl/functional.

Author

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