#include <fs_path.h>
|
|
| 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 |
|
| 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 880 of file experimental/bits/fs_path.h.
◆ difference_type
| using std::experimental::filesystem::v1::path::iterator::difference_type |
◆ iterator_category
| using std::experimental::filesystem::v1::path::iterator::iterator_category |
◆ pointer
| using std::experimental::filesystem::v1::path::iterator::pointer |
◆ reference
| using std::experimental::filesystem::v1::path::iterator::reference |
◆ value_type
| using std::experimental::filesystem::v1::path::iterator::value_type |
◆ iterator()
| std::experimental::filesystem::v1::path::iterator::iterator |
( |
| ) |
|
|
inlinenoexcept |
◆ operator++()
| iterator std::experimental::filesystem::v1::path::iterator::operator++ |
( |
int | | ) |
|
|
inlinenoexcept |
◆ operator--()
| iterator std::experimental::filesystem::v1::path::iterator::operator-- |
( |
int | | ) |
|
|
inlinenoexcept |
◆ operator->()
| pointer std::experimental::filesystem::v1::path::iterator::operator-> |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator!=
| bool operator!= |
( |
const iterator & | __lhs, |
|
|
const iterator & | __rhs ) |
|
friend |
◆ operator==
| bool operator== |
( |
const iterator & | __lhs, |
|
|
const iterator & | __rhs ) |
|
friend |
◆ path
The documentation for this class was generated from the following file: