std::filesystem::path::clear
提供: cppreference.com
< cpp | filesystem | path
ファイルシステムライブラリ
クラス | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
関数 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ファイル種別 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::filesystem::path
定数 | ||||
メンバ関数 | ||||
パスの分解 | ||||
非メンバ関数 | ||||
(C++20未満)(C++20未満)(C++20未満)(C++20未満)(C++20未満)(C++20) | ||||
void clear() noexcept; | (C++17以上) | |
格納されているパス名をクリアします。 呼び出しの後 empty() は true になります。
[編集] 引数
(なし)
[編集] 戻り値
(なし)