|
libstdc++
|
#include <fs_path.h>
Public Types | |
| using | difference_type |
| using | iterator_category |
| using | pointer |
| using | reference |
| using | value_type |
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 852 of file experimental/bits/fs_path.h.
| using std::experimental::filesystem::v1::path::iterator::difference_type |
Definition at line 855 of file experimental/bits/fs_path.h.
Definition at line 859 of file experimental/bits/fs_path.h.
Definition at line 858 of file experimental/bits/fs_path.h.
Definition at line 857 of file experimental/bits/fs_path.h.
Definition at line 856 of file experimental/bits/fs_path.h.
|
inlinenoexcept |
Definition at line 861 of file experimental/bits/fs_path.h.
|
inlinenoexcept |
Definition at line 871 of file experimental/bits/fs_path.h.
|
inlinenoexcept |
Definition at line 876 of file experimental/bits/fs_path.h.
|
inlinenoexcept |
Definition at line 867 of file experimental/bits/fs_path.h.
Definition at line 884 of file experimental/bits/fs_path.h.
Definition at line 880 of file experimental/bits/fs_path.h.
|
friend |
Definition at line 888 of file experimental/bits/fs_path.h.