.TH "std::experimental::filesystem::path::iterator" 3cxx "Sun Jan 8 2023" "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 \fC#include \fP .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 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 &)=default" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator!=\fP (const \fBiterator\fP &__lhs, const \fBiterator\fP &__rhs) noexcept" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBiterator\fP &__lhs, const \fBiterator\fP &__rhs) noexcept" .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 \fB844\fP of file \fBexperimental/bits/filesystem\fP\&. .SH "Member Typedef Documentation" .PP .SS "using std::experimental::filesystem::path::iterator::difference_type = std::ptrdiff_t" .PP Definition at line \fB847\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "using \fBstd::experimental::filesystem::path::iterator::iterator_category\fP = \fBstd::bidirectional_iterator_tag\fP" .PP Definition at line \fB851\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "using \fBstd::experimental::filesystem::path::iterator::pointer\fP = const \fBpath\fP*" .PP Definition at line \fB850\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "using \fBstd::experimental::filesystem::path::iterator::reference\fP = const \fBpath\fP&" .PP Definition at line \fB849\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "using \fBstd::experimental::filesystem::path::iterator::value_type\fP = \fBpath\fP" .PP Definition at line \fB848\fP of file \fBexperimental/bits/filesystem\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::experimental::filesystem::path::iterator::iterator ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB853\fP of file \fBexperimental/bits/filesystem\fP\&. .SH "Member Function Documentation" .PP .SS "\fBiterator\fP std::experimental::filesystem::path::iterator::operator++ (int)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB863\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "\fBiterator\fP std::experimental::filesystem::path::iterator::operator\-\- (int)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB868\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "\fBpointer\fP std::experimental::filesystem::path::iterator::operator\-> () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB859\fP of file \fBexperimental/bits/filesystem\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "bool operator!= (const \fBiterator\fP & __lhs, const \fBiterator\fP & __rhs)\fC [friend]\fP" .PP Definition at line \fB876\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "bool operator== (const \fBiterator\fP & __lhs, const \fBiterator\fP & __rhs)\fC [friend]\fP" .PP Definition at line \fB872\fP of file \fBexperimental/bits/filesystem\fP\&. .SS "friend class \fBpath\fP\fC [friend]\fP" .PP Definition at line \fB880\fP of file \fBexperimental/bits/filesystem\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.