logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::filesystem::path::iterator - An iterator for the components of a path.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++              std::filesystem::path::iterator(3cxx)

Detailed Description

       An iterator for the components of a path.

Name

       std::filesystem::path::iterator - An iterator for the components of a path.

Synopsis

       #include <fs_path.h>

   PublicTypesusingdifference_type = std::ptrdiff_tusingiterator_category = std::bidirectional_iterator_tagusingpointer = constpath *
       usingreference = constpath &
       usingvalue_type = pathPublicMemberFunctionsiterator (constiterator &)=defaultreferenceoperator* () constiterator & operator++ ()
       iteratoroperator++ (int)
       iterator & operator-- ()
       iteratoroperator-- (int)
       pointeroperator-> () constiterator & operator= (constiterator &)=defaultFriendsvoid__path_iter_advance (iterator &__i, difference_type __n)
       difference_type__path_iter_distance (constiterator &__first, constiterator &__last)
       bool operator!= (constiterator &__lhs, constiterator &__rhs)
       bool operator== (constiterator &__lhs, constiterator &__rhs)
       classpath

See Also