Unravel Engine C++ Reference
Loading...
Searching...
No Matches
pattern_filter.cpp File Reference
#include "pattern_filter.h"
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  fs
 

Functions

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.