std::filesystem::path::empty
From cppreference.com
< cpp | filesystem | path
bool empty() const noexcept; |
(since C++17) | |
Checks if the path in generic format is empty.
Contents |