std::filesystem::recursive_directory_iterator::operator=
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
Исключения
Может выбросить исключения, определяемые реализацией.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/filesystem/recursive_directory_iterator/operator%3D