std::filesystem::path:: clear
From cppreference.com
<
cpp
|
filesystem
|
path
C++
std::filesystem::path
| Constants | |||||||||||||||||||||
| Member functions | |||||||||||||||||||||
|
|
|||||||||||||||||||||
| Path decomposition | |||||||||||||||||||||
| Non-member functions | |||||||||||||||||||||
|
|||||||||||||||||||||
| Helper Classes | |||||||||||||||||||||
|
void
clear
(
)
noexcept
;
|
(since C++17) | |
Clears the stored pathname. empty() is true after the call.
Parameters
(none)
Return value
(none)
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/filesystem/path/clear&oldid=136585
"