| Member types | ||||||
| Member constants | ||||||
| Member functions | ||||||
| Path decomposition | ||||||
| Non-member functions | ||||||
| ||||||
| Helper classes | ||||||
bool empty()constnoexcept; | (since C++17) | |
Checks if the path in generic format is empty.
Contents |
(none)
true if the path is empty,false otherwise.
An empty path can be obtained by callingclear and by default-constructing apath. It can also be returned by a path decomposition function (such asextension) if the corresponding component is not present in the path.
An empty path is classified as a relative path.
constructs apath(public member function)[edit] |