名前空間
変種
操作

std::filesystem::recursive_directory_iterator::operator=

提供: cppreference.com
 
 
 
 
recursive_directory_iterator& operator=(const recursive_directory_iterator& other )=default;
(C++17以上)
recursive_directory_iterator& operator=( recursive_directory_iterator&& other )=default;
(C++17以上)

再帰ディレクトリイテレータを代入します。

[編集]引数

other - 代入する別のディレクトリイテレータ

[編集]戻り値

*this

[編集]例外

(なし)

close