std::experimental::filesystem::path::empty
From cppreference.com
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:
noexceptSee also
| checks if the corresponding path element is not empty (public member function) |