std::filesystem::path::has_root_path,std::filesystem::path::has_root_name, (3) - Linux Manuals
std::filesystem::path::has_root_path,std::filesystem::path::has_root_name,: std::filesystem::path::has_root_path,std::filesystem::path::has_root_name,
NAME
std::filesystem::path::has_root_path,std::filesystem::path::has_root_name, - std::filesystem::path::has_root_path,std::filesystem::path::has_root_name,
Synopsis
bool has_root_path()
bool has_root_name()
bool has_root_directory()
bool has_relative_path()
bool has_parent_path()
bool has_filename()
bool has_stem()
bool has_extension()
Checks whether the path contains the corresponding path element.
1)
2)
3)
4)
5)
6)
7)
8) Parameters
(none)
Return value
true if the corresponding path component is not empty, false otherwise.
Exceptions
(none)
See also
empty checks if the path is empty
(public member function)