.TH "std::experimental::filesystem::path::iterator" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::experimental::filesystem::path::iterator \- An iterator for the components of a path\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Public Types" .in +1c .ti -1c .RI "using \fBdifference_type\fP" .br .ti -1c .RI "using \fBiterator_category\fP" .br .ti -1c .RI "using \fBpointer\fP" .br .ti -1c .RI "using \fBreference\fP" .br .ti -1c .RI "using \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBiterator\fP (const iterator &)=default" .br .ti -1c .RI "reference \fBoperator*\fP () const noexcept" .br .ti -1c .RI "iterator & \fBoperator++\fP () noexcept" .br .ti -1c .RI "iterator \fBoperator++\fP (int) noexcept" .br .ti -1c .RI "iterator & \fBoperator\-\-\fP () noexcept" .br .ti -1c .RI "iterator \fBoperator\-\-\fP (int) noexcept" .br .ti -1c .RI "pointer \fBoperator\->\fP () const noexcept" .br .ti -1c .RI "iterator & \fBoperator=\fP (const iterator &)=default" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator!=\fP (const iterator &__lhs, const iterator &__rhs) noexcept" .br .ti -1c .RI "bool \fBoperator==\fP (const iterator &__lhs, const iterator &__rhs) noexcept" .br .ti -1c .RI "class \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\&.