std::experimental::filesystem::recursive_directory_iterator::options
Min standard notice:
Returns the options that affect the directory iteration. The options can only be supplied when constructing the directory iterator.
# Declarations
directory_options options() const;
(filesystem TS)
# Return value
The effective options that affect the directory iteration.