.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 "\fBusing\fP \fBdifference_type\fP" .br .ti -1c .RI "\fBusing\fP \fBiterator_category\fP" .br .ti -1c .RI "\fBusing\fP \fBpointer\fP" .br .ti -1c .RI "\fBusing\fP \fBreference\fP" .br .ti -1c .RI "\fBusing\fP \fBvalue_type\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 "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\&.