Dakota
Version 6.20
Explore and Predict with Confidence
|
Predicate that returns true when the passed path matches the wild_card with which it was configured.
Currently supports * and ?.
More...
Public Member Functions | |
MatchesWC (const bfs::path &wild_card) | |
ctor that builds and stores the regular expression | |
bool | operator() (const bfs::path &dir_entry) |
return true is dir_entry matches wildCardRegEx | |
Public Attributes | |
boost::basic_regex< bfs::path::value_type > | wildCardRegEx |
archived RegEx; wchar-based on Windows | |
Predicate that returns true when the passed path matches the wild_card with which it was configured.
Currently supports * and ?.