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 873 of file experimental/bits/fs_path.h.
using std::experimental::filesystem::v1::path::iterator::difference_type |
Definition at line 876 of file experimental/bits/fs_path.h.
Definition at line 880 of file experimental/bits/fs_path.h.
Definition at line 879 of file experimental/bits/fs_path.h.
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.