Provided by: libstdc++6-4.6-doc_4.6.4-6ubuntu2_all 

NAME
std::_Index_tuple< _Indexes > -
SYNOPSIS
Public 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++ Thu Mar 20 2014 std::_Index_tuple< _Indexes >(3cxx)