$extrastylesheet
Dakota  Version 6.2
Public Member Functions | Public Attributes
MatchesWC Struct Reference

Predicate that returns true when the passed path matches the wild_card with which it was configured. Currently supports * and ?. More...

List of all members.

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

Detailed Description

Predicate that returns true when the passed path matches the wild_card with which it was configured. Currently supports * and ?.


The documentation for this struct was generated from the following file: