Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_parallel::_iteratortriple(3) [debian man page]

__gnu_parallel::_IteratorTriple< _Iterator1, _Iterat__gnu_parallel::_IteratorTriple<r_Iterator1, _Iterator2, _Iterator3, _IteratorCategory >(3cxx)

NAME
__gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory > - SYNOPSIS
Public Types typedef std::iterator_traits < _Iterator1 > ::difference_type difference_type" typedef _IteratorCategory iterator_category typedef _IteratorTriple * pointer typedef _IteratorTriple & reference typedef void value_type Public Member Functions _IteratorTriple (const _Iterator1 &__first, const _Iterator2 &__second, const _Iterator3 &__third) operator _Iterator3 () const _IteratorTriple operator+ (difference_type __delta) const _IteratorTriple & operator++ () const _IteratorTriple operator++ (int) difference_type operator- (const _IteratorTriple &__other) const _IteratorTriple & operator-- () const _IteratorTriple operator-- (int) _IteratorTriple & operator= (const _IteratorTriple &__other) Public Attributes _Iterator1 _M_first _Iterator2 _M_second _Iterator3 _M_third Detailed Description template<typename _Iterator1, typename _Iterator2, typename _Iterator3, typename _IteratorCategory>class __gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory > A triple of iterators. The usual iterator operations are applied to all three child iterators. Definition at line 120 of file iterator.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory >(3cxx)

Check Out this Related Man Page

__gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory__gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory >(3cxx)

NAME
__gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory > - SYNOPSIS
Inherits std::pair< Iterator1, Iterator2 >. Public Types typedef traits_type::difference_type difference_type" typedef Iterator1 first_type typedef IteratorCategory iterator_category typedef type * pointer typedef type & reference typedef Iterator2 second_type typedef std::iterator_traits < Iterator1 > traits_type" typedef void value_type Public Member Functions iterator_pair (const Iterator1 &first, const Iterator2 &second) operator Iterator2 () 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) void swap (pair &&__p) Public Attributes Iterator1 first Iterator2 second Detailed Description template<typename Iterator1, typename Iterator2, typename IteratorCategory>class __gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory > A pair of iterators. The usual iterator operations are applied to both child iterators. Definition at line 44 of file iterator.h. Member Typedef Documentation typedef Iterator1 std::pair< Iterator1 , Iterator2 >::first_type [inherited] first_type is the first bound type Definition at line 69 of file stl_pair.h. typedef Iterator2 std::pair< Iterator1 , Iterator2 >::second_type [inherited] second_type is the second bound type Definition at line 70 of file stl_pair.h. Member Data Documentation Iterator1 std::pair< Iterator1 , Iterator2 >::first [inherited] first is a copy of the first object Definition at line 72 of file stl_pair.h. Iterator2 std::pair< Iterator1 , Iterator2 >::second [inherited] second is a copy of the second object Definition at line 73 of file stl_pair.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu__gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory >(3cxx)
Man Page