std::experimental::filesystem::path::empty (3) - Linux Manuals
std::experimental::filesystem::path::empty: std::experimental::filesystem::path::empty
NAME
std::experimental::filesystem::path::empty - std::experimental::filesystem::path::empty
Synopsis
bool empty() const; (filesystem TS)
Checks if the path is empty.
Parameters
(none)
Return value
true if the path is empty, false otherwise.
Exceptions
noexcept specification:
noexcept
See also
has_root_path
has_root_name
has_root_directory checks if the corresponding path element is not empty
has_relative_path (public member function)
has_parent_path
has_filename
has_stem
has_extension