std::experimental::filesystem::path::empty
Min standard notice:
Checks if the path is empty.
# Declarations
bool empty() const;
(filesystem TS)
# Return value
true if the path is empty, false otherwise.
Checks if the path is empty.
bool empty() const;
(filesystem TS)
true if the path is empty, false otherwise.