.TH "__gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory >" 3cxx "Sat Aug 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory > \- A triple of iterators\&. The usual iterator operations are applied to all three child iterators\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef std::iterator_traits< _Iterator1 >::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef _IteratorCategory \fBiterator_category\fP" .br .ti -1c .RI "typedef \fB_IteratorTriple\fP * \fBpointer\fP" .br .ti -1c .RI "typedef \fB_IteratorTriple\fP & \fBreference\fP" .br .ti -1c .RI "typedef void \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_IteratorTriple\fP (const _Iterator1 &__first, const _Iterator2 &__second, const _Iterator3 &__third)" .br .ti -1c .RI "\fBoperator _Iterator3\fP () const" .br .ti -1c .RI "\fB_IteratorTriple\fP \fBoperator+\fP (difference_type __delta) const" .br .ti -1c .RI "\fB_IteratorTriple\fP & \fBoperator++\fP ()" .br .ti -1c .RI "const \fB_IteratorTriple\fP \fBoperator++\fP (int)" .br .ti -1c .RI "difference_type \fBoperator\-\fP (const \fB_IteratorTriple\fP &__other) const" .br .ti -1c .RI "\fB_IteratorTriple\fP & \fBoperator\-\-\fP ()" .br .ti -1c .RI "const \fB_IteratorTriple\fP \fBoperator\-\-\fP (int)" .br .ti -1c .RI "\fB_IteratorTriple\fP & \fBoperator=\fP (const \fB_IteratorTriple\fP &__other)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Iterator1 \fB_M_first\fP" .br .ti -1c .RI "_Iterator2 \fB_M_second\fP" .br .ti -1c .RI "_Iterator3 \fB_M_third\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory >" A triple of iterators\&. The usual iterator operations are applied to all three child iterators\&. .PP Definition at line 120 of file iterator\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.