![]() |
![]()
| ![]() |
![]()
NAMEstd::filesystem::path::empty - std::filesystem::path::empty Synopsis bool empty() const noexcept; (since C++17)
Parameters(none) Return valuetrue if the path is empty, false otherwise. Notes An empty path can be obtained by calling clear and by
default-constructing a path.
See also constructor constructs a path
|