Query: std::_tuple_impl
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::_Tuple_impl< _Idx, _Elements >(3) Library Functions Manual std::_Tuple_impl< _Idx, _Elements >(3)NAMEstd::_Tuple_impl< _Idx, _Elements > -SYNOPSISDetailed Description template<std::size_t _Idx, typename... _Elements>struct std::_Tuple_impl< _Idx, _Elements > Contains the actual implementation of the tuple template, stored as a recursive inheritance hierarchy from the first element (most derived class) to the last (least derived class). The Idx parameter gives the 0-based index of the element stored at this point in the hierarchy; we use it to implement a constant-time get() operation. Definition at line 184 of file tuple. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::_Tuple_impl< _Idx, _Elements >(3)
| Related Man Pages |
|---|
| std::_temporary_buffer(3) - centos |
| std::complex(3) - centos |
| std::locale_id(3) - centos |
| std::_temporary_buffer(3) - debian |
| std::tuple(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| CentOS7 restoring file capabilities |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |