.TH "std::filesystem::path::iterator" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::filesystem::path::iterator \- An iterator for the components of a path\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "\fBusing\fP \fBdifference_type\fP = std::ptrdiff_t" .br .ti -1c .RI "\fBusing\fP \fBiterator_category\fP = \fBstd::bidirectional_iterator_tag\fP" .br .ti -1c .RI "\fBusing\fP \fBpointer\fP = const \fBpath\fP *" .br .ti -1c .RI "\fBusing\fP \fBreference\fP = const \fBpath\fP &" .br .ti -1c .RI "\fBusing\fP \fBvalue_type\fP = \fBpath\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBiterator\fP (const \fBiterator\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBreference\fP \fBoperator*\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP & \fBoperator++\fP () noexcept" .br .ti -1c .RI "\fBiterator\fP \fBoperator++\fP (int) noexcept" .br .ti -1c .RI "\fBiterator\fP & \fBoperator\-\-\fP () noexcept" .br .ti -1c .RI "\fBiterator\fP \fBoperator\-\-\fP (int) noexcept" .br .ti -1c .RI "\fBpointer\fP \fBoperator\->\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP & \fBoperator=\fP (const \fBiterator\fP &)=\fBdefault\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "\fBvoid\fP \fB__path_iter_advance\fP (\fBiterator\fP &__i, difference_type __n) noexcept" .br .ti -1c .RI "difference_type \fB__path_iter_distance\fP (const \fBiterator\fP &__first, const \fBiterator\fP &__last) noexcept" .br .ti -1c .RI "bool \fBoperator!=\fP (const \fBiterator\fP &\fB__lhs\fP, const \fBiterator\fP &\fB__rhs\fP) noexcept" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBiterator\fP &\fB__lhs\fP, const \fBiterator\fP &\fB__rhs\fP) noexcept" .br .ti -1c .RI "\fBclass\fP \fBpath\fP" .br .in -1c .SH "Detailed Description" .PP An iterator for the components of a path\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.