std::filesystem::path::clear
提供: cppreference.com
<tbody>
</tbody>
void clear() noexcept; |
(C++17以上) | |
格納されているパス名をクリアします。 呼び出しの後 empty() は true になります。
引数
(なし)
戻り値
(なし)