std::filesystem::recursive_directory_iterator:: options
From cppreference.net
<
cpp
|
filesystem
|
recursive directory iterator
C++
std::filesystem::recursive_directory_iterator
| Member functions | ||||
|
recursive_directory_iterator::options
|
||||
| Non-member functions | ||||
|
std::
filesystem
::
directory_options
options
(
)
const
;
|
(C++17부터) | |
디렉터리 순회에 영향을 주는 옵션들을 반환합니다. 이 옵션들은 디렉터리 반복자를 생성할 때만 제공될 수 있습니다.
options 인수가 제공되지 않았을 경우, std::filesystem::directory_options::none 을 반환합니다.
매개변수
(없음)
반환값
디렉터리 순회에 영향을 미치는 유효한 옵션들.
예외
아무것도 던지지 않습니다.