名前空間
変種
操作

std::filesystem::recursive_directory_iterator::options

提供: cppreference.com
 
 
 
 
directory_options options() const;
(C++17以上)

ディレクトリイテレーションに影響するオプションを返します。 オプションはディレクトリイテレータの構築時にのみ指定できます。

options 引数が指定されなかった場合は、 options::none を返します。

[編集] 引数

(なし)

[編集] 戻り値

ディレクトリイテレーションに影響する有効なオプション。

[編集] 例外

(なし)