std::_Index_tuple< _Indexes >(3cxx) std::_Index_tuple< _Indexes >(3cxx)NAMEstd::_Index_tuple< _Indexes > -SYNOPSISPublic Types typedef _Index_tuple < _Indexes..., sizeof...(_Indexes)> __next" Detailed Description template<int... _Indexes>struct std::_Index_tuple< _Indexes > Stores a tuple of indices. Used by bind() to extract the elements in a tuple. Definition at line 765 of file tuple. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::_Index_tuple< _Indexes >(3cxx)