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::experimental::filesystem::path::iterator - An iterator for the components of a path.

Author

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

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

Detailed Description

       An iterator for the components of a path.

Name

       std::experimental::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 &)=defaultFriends
       bool operator!= (const iterator &__lhs, const iterator &__rhs) noexcept
       bool operator== (const iterator &__lhs, const iterator &__rhs) noexcept
       classpath

See Also