#include "watcher.h"
#include "pattern_filter.h"
#include <chrono>
#include <filesystem>
#include <type_traits>
#include <vector>
Go to the source code of this file.
|
template<typename Iterator = recursive_directory_iterator> |
auto | fs::make_filtered_cache (const fs::path &path, const std::vector< std::string > &includes, const std::vector< std::string > &excludes={}, std::chrono::steady_clock::duration scan_frequency=std::chrono::milliseconds(500)) -> cache< Iterator > |
| Convenience function to create a directory cache with pattern filtering.
|
|