Query: _tuple_impl
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
_Tuple_impl< _Idx, _Elements >(3cxx) _Tuple_impl< _Idx, _Elements >(3cxx)NAME_Tuple_impl< _Idx, _Elements > -SYNOPSISDetailed Description template<std::size_t _Idx, typename... _Elements>struct _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 178 of file tuple. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Sun Jan 6 2013 _Tuple_impl< _Idx, _Elements >(3cxx)
| Related Man Pages |
|---|
| __gnu_parallel::replace_if_selector(3) - debian |
| std::__basic_future(3) - debian |
| std::fpos(3) - debian |
| std::future(3) - debian |
| __gnu_parallel::losertreebase_loser(3cxx) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| One instance of comparing grep and awk |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |