std::experimental::filesystem::recursive_directory_iterator:: options
From cppreference.com
<
cpp
|
experimental
|
fs
|
recursive directory iterator
C++
Experimental
Technical Specification | ||||
Filesystem library (filesystem TS) | ||||
Library fundamentals (library fundamentals TS) | ||||
Library fundamentals 2 (library fundamentals TS v2) | ||||
Library fundamentals 3 (library fundamentals TS v3) | ||||
Extensions for parallelism (parallelism TS) | ||||
Extensions for parallelism 2 (parallelism TS v2) | ||||
Extensions for concurrency (concurrency TS) | ||||
Extensions for concurrency 2 (concurrency TS v2) | ||||
Concepts (concepts TS) | ||||
Ranges (ranges TS) | ||||
Reflection (reflection TS) | ||||
Mathematical special functions (special functions TR) | ||||
Experimental Non-TS | ||||
Pattern Matching | ||||
Linear Algebra | ||||
std::execution | ||||
Contracts | ||||
2D Graphics |
Filesystem library
Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
File types | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
recursive_directory_iterator
Member functions | ||||
recursive_directory_iterator::options
|
||||
Non-member functions | ||||
directory_options options
(
)
const
;
|
(filesystem TS) | |
Returns the options that affect the directory iteration. The options can only be supplied when constructing the directory iterator.
If the options argument was not supplied, returns options :: none .
Parameters
(none)
Return value
The effective options that affect the directory iteration.
Exceptions
Throws nothing.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/fs/recursive_directory_iterator/options&oldid=154924
"