#include <string>
#include <vector>
#include <functional>
#include "filesystem.h"
Go to the source code of this file.
|
auto | fs::make_pattern_filter (const std::string &pattern) -> pattern_filter |
| Convenience function to create a pattern filter from a single wildcard string Maintains backward compatibility with existing "*" usage.
|
|
auto | fs::make_pattern_filter (const std::vector< std::string > &includes, const std::vector< std::string > &excludes={}) -> pattern_filter |
| Convenience function to create a pattern filter with include and exclude lists.
|
|