debian man page for __gnu_parallel::iterator_triple

Query: __gnu_parallel::iterator_triple

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__gnu_parallel::iterator_triple< Iterator1, Iterator2, I__gnu_parallel::iterator_triple<xIterator1, Iterator2, Iterator3, IteratorCategory >(3cxx)

NAME
__gnu_parallel::iterator_triple< Iterator1, Iterator2, Iterator3, IteratorCategory > -
SYNOPSIS
Public Types typedef std::iterator_traits < Iterator1 >::difference_type difference_type" typedef IteratorCategory iterator_category typedef type * pointer typedef type & reference typedef void value_type Public Member Functions iterator_triple (const Iterator1 &_first, const Iterator2 &_second, const Iterator3 &_third) operator Iterator3 () const type operator+ (difference_type delta) const type & operator++ () const type operator++ (int) difference_type operator- (const type &other) const type & operator-- () const type operator-- (int) type & operator= (const type &other) Public Attributes Iterator1 first Iterator2 second Iterator3 third Detailed Description template<typename Iterator1, typename Iterator2, typename Iterator3, typename IteratorCategory>class __gnu_parallel::iterator_triple< Iterator1, Iterator2, Iterator3, IteratorCategory > A triple of iterators. The usual iterator operations are applied to all three child iterators. Definition at line 119 of file iterator.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_parallel::iterator_triple< Iterator1, Iterator2, Iterator3, IteratorCategory >(3cxx)
Related Man Pages
std::back_insert_iterator(3) - debian
std::istream_iterator(3) - debian
__gnu_parallel::_iteratorpair(3) - centos
__gnu_pbds::detail::pat_trie_base__inode_iterator(3) - centos
__gnu_pbds::detail::pat_trie_base__inode_iterator(3cxx) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph