std::filesystem::path::clear
From cppreference.com
< cpp | filesystem | path
C++
Filesystem library
std::filesystem::path
| Member types | ||||||||||||||||||||||||||
| Member 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.
[edit] Parameters
(none)
[edit] Return value
(none)