#include <fs_path.h>
|
| bool | operator!= (const iterator &__lhs, const iterator &__rhs) |
| bool | operator== (const iterator &__lhs, const iterator &__rhs) |
| class | path |
An iterator for the components of a path.
Definition at line 888 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 |
( |
| ) |
|
|
inline |
◆ operator++()
| iterator std::experimental::filesystem::v1::path::iterator::operator++ |
( |
int | | ) |
|
|
inline |
◆ operator--()
| iterator std::experimental::filesystem::v1::path::iterator::operator-- |
( |
int | | ) |
|
|
inline |
◆ operator->()
| pointer std::experimental::filesystem::v1::path::iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ 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: