命名空间
变体
操作

std::filesystem::recursive_directory_iterator::options

来自 cppreference.com
 
 
 
 
(自 C++17 起)

返回影响目录迭代的选项。选项只能在构造目录迭代器时提供。

如果未提供选项参数,则返回 std::filesystem::directory_options::none.

[编辑] 参数

(无)

[编辑] 返回值

影响目录迭代的有效选项。

[编辑] 异常

不抛出任何异常。