| 
    libstdc++
    
   | 
 
#include <fs_path.h>
Public Types | |
| using | difference_type = std::ptrdiff_t | 
| using | iterator_category = std::bidirectional_iterator_tag | 
| using | pointer = const path * | 
| using | reference = const path & | 
| using | value_type = path | 
Public Member Functions | |
| iterator (const iterator &)=default | |
| reference | operator* () const noexcept | 
| iterator & | operator++ () noexcept | 
| iterator | operator++ (int) noexcept | 
| iterator & | operator-- () noexcept | 
| iterator | operator-- (int) noexcept | 
| pointer | operator-> () const noexcept | 
| iterator & | operator= (const iterator &)=default | 
Friends | |
| bool | operator!= (const iterator &__lhs, const iterator &__rhs) noexcept | 
| bool | operator== (const iterator &__lhs, const iterator &__rhs) noexcept | 
| class | path | 
An iterator for the components of a path.
Definition at line 873 of file experimental/bits/fs_path.h.
| using std::experimental::filesystem::v1::path::iterator::difference_type = std::ptrdiff_t | 
Definition at line 876 of file experimental/bits/fs_path.h.
| using std::experimental::filesystem::v1::path::iterator::iterator_category = std::bidirectional_iterator_tag | 
Definition at line 880 of file experimental/bits/fs_path.h.
| using std::experimental::filesystem::v1::path::iterator::pointer = const path* | 
Definition at line 879 of file experimental/bits/fs_path.h.
| using std::experimental::filesystem::v1::path::iterator::reference = const path& | 
Definition at line 878 of file experimental/bits/fs_path.h.
Definition at line 877 of file experimental/bits/fs_path.h.
      
  | 
  inlinenoexcept | 
Definition at line 882 of file experimental/bits/fs_path.h.
      
  | 
  inlinenoexcept | 
Definition at line 892 of file experimental/bits/fs_path.h.
      
  | 
  inlinenoexcept | 
Definition at line 897 of file experimental/bits/fs_path.h.
      
  | 
  inlinenoexcept | 
Definition at line 888 of file experimental/bits/fs_path.h.
Definition at line 905 of file experimental/bits/fs_path.h.
Definition at line 901 of file experimental/bits/fs_path.h.
      
  | 
  friend | 
Definition at line 909 of file experimental/bits/fs_path.h.