std::experimental::filesystem::path::empty

Checks if the path is empty.

# Declarations

bool empty() const;

(filesystem TS)

# Return value

true if the path is empty, false otherwise.

# See also