.TH "std::filesystem::path::iterator" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::filesystem::path::iterator \- An iterator for the components of a path\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "using \fBdifference_type\fP = std::ptrdiff_t" .br .ti -1c .RI "using \fBiterator_category\fP = \fBstd::bidirectional_iterator_tag\fP" .br .ti -1c .RI "using \fBpointer\fP = const \fBpath\fP *" .br .ti -1c .RI "using \fBreference\fP = const \fBpath\fP &" .br .ti -1c .RI "using \fBvalue_type\fP = \fBpath\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBiterator\fP (const \fBiterator\fP &)=default" .br .ti -1c .RI "\fBreference\fP \fBoperator*\fP () const" .br .ti -1c .RI "\fBiterator\fP & \fBoperator++\fP ()" .br .ti -1c .RI "\fBiterator\fP \fBoperator++\fP (int)" .br .ti -1c .RI "\fBiterator\fP & \fBoperator\-\-\fP ()" .br .ti -1c .RI "\fBiterator\fP \fBoperator\-\-\fP (int)" .br .ti -1c .RI "\fBpointer\fP \fBoperator\->\fP () const" .br .ti -1c .RI "\fBiterator\fP & \fBoperator=\fP (const \fBiterator\fP &)=default" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "void \fB__path_iter_advance\fP (\fBiterator\fP &__i, difference_type __n)" .br .ti -1c .RI "difference_type \fB__path_iter_distance\fP (const \fBiterator\fP &__first, const \fBiterator\fP &__last)" .br .ti -1c .RI "bool \fBoperator!=\fP (const \fBiterator\fP &__lhs, const \fBiterator\fP &__rhs)" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBiterator\fP &__lhs, const \fBiterator\fP &__rhs)" .br .ti -1c .RI "class \fBpath\fP" .br .in -1c .SH "Detailed Description" .PP An iterator for the components of a path\&. .PP Definition at line 874 of file bits/fs_path\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.