| Technical Specification | ||||
| Filesystem library(filesystem TS) | ||||
| Library fundamentals(library fundamentals TS) | ||||
| Library fundamentals 2(library fundamentals TS v2) | ||||
| Library fundamentals 3(library fundamentals TS v3) | ||||
| Extensions for parallelism(parallelism TS) | ||||
| Extensions for parallelism 2(parallelism TS v2) | ||||
| Extensions for concurrency(concurrency TS) | ||||
| Extensions for concurrency 2(concurrency TS v2) | ||||
| Concepts(concepts TS) | ||||
| Ranges(ranges TS) | ||||
| Reflection(reflection TS) | ||||
| Mathematical special functions(special functions TR) | ||||
| Experimental Non-TS | ||||
| Pattern Matching | ||||
| Linear Algebra | ||||
| std::execution | ||||
| Contracts | ||||
| 2D Graphics |
| Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | |||||||||||
| Path decomposition | |||||||||||
| |||||||||||
| Non-member functions | |||||||||||
bool has_root_path()const; | (1) | (filesystem TS) |
bool has_root_name()const; | (2) | (filesystem TS) |
bool has_root_directory()const; | (3) | (filesystem TS) |
bool has_relative_path()const; | (4) | (filesystem TS) |
bool has_parent_path()const; | (5) | (filesystem TS) |
bool has_filename()const; | (6) | (filesystem TS) |
bool has_stem()const; | (7) | (filesystem TS) |
bool has_extension()const; | (8) | (filesystem TS) |
Checks whether the path contains the corresponding path element.
Contents |
(none)
true if the corresponding path is not empty,false otherwise.
May throw implementation-defined exceptions.
| checks if the path is empty (public member function)[edit] |