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.

       Since
           C++17

Name

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

Synopsis

       #include <filesystem>

   PublicTypesusingdifference_type = std::ptrdiff_t
       usingiterator_category = std::bidirectional_iterator_tagusingpointer = const path *
       usingreference = const path &
       usingvalue_type = pathPublicMemberFunctionsiterator (const iterator &)=defaultreferenceoperator* () const noexcept
       iterator & operator++ () noexcept
       iteratoroperator++ (int) noexcept
       iterator & operator-- () noexcept
       iteratoroperator-- (int) noexcept
       pointeroperator-> () const noexcept
       iterator & operator= (const iterator &)=defaultFriendsvoid__path_iter_advance (iterator &__i, difference_type __n) noexcept
       difference_type __path_iter_distance (const iterator &__first, const iterator &__last) noexcept
       bool operator!= (const iterator &__lhs, const iterator &__rhs) noexcept
       bool operator== (const iterator &__lhs, const iterator &__rhs) noexcept
       classpath

See Also